@foreach($notaries as $notary) @endforeach
@lang('mof.first_name') @lang('mof.second_name') @lang('mof.third_name') @lang('mof.fourth_name') @lang('mof.address') @lang('mof.district') @lang('mof.contact_number') @lang('mof.notary_number') @lang('mof.notary_expiry_date') @lang('mof.action')
{!! $notary->first_name !!} {!! $notary->second_name !!} {!! $notary->third_name !!} {!! $notary->fourth_name !!} {!! $notary->address !!} {!! $notary->district !!} {!! $notary->contact_number !!} {!! $notary->notary_number !!} {!! $notary->notary_expiry_date !!}
@section('footer_scripts') @stop