{{ $company }}

{!! $greeting !!}

@if(empty($tableData))

No invoice in transit data available.

@else @foreach ($tableData as $row) {{-- --}} {{-- --}} @endforeach
No Receiving Plant Code Plant Name Receiving Plant Name Invoice Number Transport Name LR Number LR Date Transit Days Overdue Days
{{ $row['no'] }} {{ $row['receiving_plant'] }} {{ $row['plant'] }} {{ $row['receiving_plant_name'] }} {{ $row['invoice_number'] }} {{ $row['transport_name'] }} {{ $row['lr_bl_aw_number'] }} @if(!empty($row['lr_bl_aw_date']) && $row['lr_bl_aw_date'] != '-') {{ \Carbon\Carbon::parse($row['lr_bl_aw_date'])->format('d-M-Y') }} @else - @endif {{ $row['lr_bl_aw_date'] }}{{ $row['transit_days'] }} {{ $row['status'] }} {{ $row['status'] }}
@endif

{!! $wishes !!}