{{ config('settings.company_name') }}
{{ config('settings.address_1') }}
{{ $heading }}
@if ($search_by['from'] && $search_by['to']) From: {{ $transaction->date_format($search_by['from']) }} To: {{ $transaction->date_format($search_by['to']) }} @else {{ 'Upto ' . $transaction->date_format(now()) }} @endif
@if($data == null) @else @foreach($data as $items) @php @endphp @endforeach @endif
{{__('lang.serial_no')}} {{__('lang.project_name')}} {{__('lang.registration_no')}} {{__('lang.term')}} {{__('lang.letter_type')}} {{__('lang.print_date')}} {{__('lang.print_by')}}
{{$loop->iteration}} {{$items->sell->branch->name}} {{$items->sell->registration_no ?? '-'}} {!! nl2br(preg_replace('/,\s*/', "\n", $items->schedules)) !!} {{$items->letter_type ?? '-'}} {{$items->print_date ?? '-'}} {{$items->print_by ?? '-'}}