@php $si=0; @endphp @foreach ($BirthRegistrations as $BirthRegistration) @endforeach
{{ __('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') }}