{{-- Excel table title format start --}}
{{ config('settings.company_name') }} | ||
{{ config('settings.address_1') }} |
{{ $extra['branch'] ? $extra['branch']->name : 'All Projects' }} | {{ $heading }} | @if ($search_by['from'] && $search_by['to']) {{__('lang.from')}}: {{ $transaction->date_format($search_by['from']) }} {{__('lang.to')}}: {{ $transaction->date_format($search_by['to']) }} @else {{ 'Upto ' . $transaction->date_format(now()) }} @endif |
---|
{{__('lang.sno')}} | {{__('lang.registration_no')}} | {{__('lang.customer_name')}} | {{__('lang.father_or_husband_name')}} | {{__('lang.nic')}} | {{__('lang.phone')}} | {{__('lang.address')}} | {{__('lang.city')}} | {{__('lang.gender')}} | {{__('lang.nominee_name')}} | {{__('lang.nominee_father_name')}} | {{__('lang.nominee_nic')}} | {{__('lang.nominee_phone')}} | {{__('lang.nominee_address')}} | {{__('lang.nominee_relation')}} |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $sell->registration_no }} | {{ $sell->customer->name ?? '-' }} | {{ $sell->customer->father_or_husband_name ?? '-' }} | {{ $sell->customer->nid ?? '-'}} | {{ $sell->customer->phone ?? '-'}} | {{ $sell->customer->mailing_address ?? '-'}} | {{ $sell->customer->city->name ?? '-'}} | {{ $sell->customer->gender ?? '-'}} | {!! $nominees_name !!} | {!! $nominees_f_name !!} | {!! $nominees_nic !!} | {!! $nominees_phone !!} | {!! $nominees_address !!} | {!! $nominees_relation !!} |