{{--
{{ $name }}
--}} {{--
{!! $name !!}
--}}
{{ $company }}

{!! $greeting !!}

{{-- @foreach($tableData as $row) {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach
No Plant Line Target Quantity Production Quantity
{{ $row['no'] }} {{ $row['plant'] }} {{ $row['totalInvoice'] }} {{ $row['scannedInvoice'] }}
{{ $row['no'] }} {{ $row['plant'] }} {{ $row['line'] }} {{ $row['targetQuantity'] }} {{ $row['productionQuantity'] }}
--}} {{-- --}} @foreach($tableData as $row) {{-- --}} @endforeach
No Plant Line Line TypeCapacity QuantityTarget Quantity Production Quantity Plan Vs Actual Efficiency(%)
{{ $row['no'] }} {{ $row['plant'] }} {{ $row['line'] }} {{ $row['type'] }}{{ $row['capacityQuantity'] }}{{ $row['targetQuantity'] }} {{ $row['productionQuantity'] }} {{ $row['efficiency'] }}

{!! $wishes !!}