{{ __('lng.SiNo') }} | {{ __('lng.RegisterNumber') }} | {{ __('lng.Name') }} | {{ __('lng.FatherName') }} | {{ __('lng.MotherName') }} | {{ __('lng.DateOfBirth') }} | {{ __('lng.DateOfPlace') }} |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $BirthRegistration->register_number }} | {{ $BirthRegistration->member->name ?? $BirthRegistration->name }} | {{ $BirthRegistration->father->name ?? $BirthRegistration->father_name }} | {{ $BirthRegistration->mother->name ?? $BirthRegistration->mother_name }} | {{ $BirthRegistration->dob }} | {{ $BirthRegistration->birth_place }} |
{{ __('lng.Showing') }} {{ $BirthRegistrations->count() }} {{ __('lng.Items') }}