{{-- {{ $name }} --}} {{-- Invoice Table {{--
{{ $name }}
--}} {{--
{!! $name !!}
--}} {{--
{{ $company }}

{!! $greeting !!}
@foreach($tableData as $row) --}} {{-- --}} {{-- @endforeach
No Plant Total Number Of Invoice Scanned Number Of Invoice
{{ $row['no'] }} {{ $row['plant'] }} {{ $row['totalInvoice'] }} {{ $row['scannedInvoice'] }}
{{ $row['no'] }} {{ $row['plant'] }} {{ $row['totalInvoice'] }} {{ $row['scannedInvoice'] }}
{!! $wishes !!}
--}} Invoice Tables
{{ $company }}

{!! $greeting !!}

{{-- Serial Invoice Table --}} @if(!empty($serialTableData))

Serial Invoice

@foreach($serialTableData as $row) @endforeach
No Plant Total Number of Invoice Scanned Number of Invoice
{{ $row['no'] }} {{ $row['plant'] }} {{ $row['totalInvoice'] }} {{ $row['scannedInvoice'] }}
@endif {{-- Material Invoice Table --}} @if(!empty($materialTableData))

Material Invoice

@foreach($materialTableData as $row) @endforeach
No Plant Total Number of Invoice Scanned Number of Invoice
{{ $row['no'] }} {{ $row['plant'] }} {{ $row['totalInvoice'] }} {{ $row['scannedInvoice'] }}
@endif {{-- Bundle Invoice Table --}} @if(!empty($bundleTableData))

Bundle Invoice

@foreach($bundleTableData as $row) @endforeach
No Plant Total Number of Invoice Scanned Number of Invoice
{{ $row['no'] }} {{ $row['plant'] }} {{ $row['totalInvoice'] }} {{ $row['scannedInvoice'] }}
@endif

{!! $wishes !!}