{{--
{{ $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) @php $efficiency = (float) $row['efficiency']; if ($efficiency < 80) { $bgColor = '#ff4d4d'; } elseif ($efficiency < 99) { $bgColor = '#ffd633'; } else { $bgColor = '#4caf50'; } @endphp {{-- --}} {{-- --}} @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'] }} {{ $row['efficiency'] }}

{!! $wishes !!}