@php $si=0; @endphp @foreach ($DeathRegistrations as $DeathRegistration) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.RegisterNumber') }} {{ __('lng.Name') }} {{ __('lng.DateOfDeath') }} {{ __('lng.PlaceOfDeath') }}
{{ ++$si }} {{ $DeathRegistration->register_number }} {{ $DeathRegistration->DeathMember->name ?? $DeathRegistration->name }} {{ date('F-d-Y', strtotime($DeathRegistration->date_of_death)) }} {{ $DeathRegistration->place_of_death }}

{{ __('lng.Showing') }} {{ $DeathRegistrations->count() }} {{ __('lng.Items') }}