{{ __('lng.SiNo') }} | {{ __('lng.RegisterNumber') }} | {{ __('lng.Groom') }} | {{ __('lng.Bride') }} | {{ __('lng.DivorceDate') }} | {{ __('lng.MarriageDate') }} |
---|---|---|---|---|---|
{{ ++$si }} | {{ $DivorceRegistration->register_number }} | {{ $DivorceRegistration->groom_name }} | {{ $DivorceRegistration->bride_name }} | {{ date('M-d-Y', strtotime($DivorceRegistration->date_of_divorce)) }} | {{ date('M-d-Y', strtotime($DivorceRegistration->date_of_marriage)) }} |
{{ __('lng.Showing') }} {{ $DivorceRegistrations->count() }} {{ __('lng.Items') }}