{{ config('settings.company_name') }}
{{ config('settings.address_1') }}
{{ $heading }}
@if($action == 'Excel') @endif @foreach ($items as $item) @if($action == 'Excel') @endif @endforeach
Code {{__('lang.name')}}Father Name Email AddressMailing Address NIC Phone No. Property
{{ $item->id }} {{ $item->name }} {{ $item->father_or_husband_name ??'-' }} {{ $item->email ??'-' }} {{ $item->mailing_address ??'-' }} {{ $item->nid }} {{ !empty($item->phone) ? $item->phone : $item->overseas_phone ?? "-" }} @php $count = 1; @endphp @if (!empty($item->sells)) @foreach ($item->sells as $sells) {{ "Registration: " .$sells->registration_no ?? '-' }}
@foreach ($sells->nominees as $nominees ) @if (!empty($nominees->name) && !empty($nominees->nic) && !empty($nominees->relation)) {{"NOMINEE"}}
{{ $loop->iteration .") ". "Name: " . $nominees->name ?? ' - ' }}, {{ "NIC: " . $nominees->nic ?? ' - ' }}, {{ "Relation: " .$nominees->relation ?? ' - ' }} @endif @endforeach @if($action == 'Excel')
@else
@endif @endforeach @endif