@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content') {{--

Printing Date & Time: {{ $extra['current_date_time'] }}

--}}
@include('admin.partials.header', ['extra' => $extra]) @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 ?? '-'}}
@stop