@php $si=0; @endphp @foreach ($NOCRegistrations as $NOCRegistration) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.RegisterNumber') }} {{ __('lng.Groom') }} {{ __('lng.HouseName') }} {{ __('lng.Bride') }} {{ __('lng.HouseName') }}
{{ ++$si }} {{ $NOCRegistration->register_number }} {{ $NOCRegistration->groom_name }} {{ $NOCRegistration->groom_house_name }} {{ $NOCRegistration->bride_name }} {{ $NOCRegistration->bride_house_name }}

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