@extends('admin.default') @section('css') @endsection @section('content')

Families

@include('include.messages')
Reset

Families

@forelse($families as $family) @empty @endforelse
Family ID Father Name Father CNIC Father Phone Mother Name Children Zakat Action
{{ $family->id }} {{ $family->father_name }} {{ $family->father_cnic }} {{ $family->father_phone }} {{ $family->mother_name }} {{ $family->children_count }} {{ $family->zakat ?? '-' }}
@method('DELETE') @csrf
No families found.
@if($families->total() > 2) @endif
@endsection @section('js') @endsection