| {{$i}} |
@if ($lastinvoice != $order->invoice)
{{$order->nama_customer}} |
{{$order->nama_marketing}} |
{{$order->invoice}} |
{{$order->tanggal}} |
{{$order->alamat_kirim}} |
{{ribuan($order->total_biaya)}} |
@php
$lastinvoice = $order->invoice;
@endphp
@else
- Same as Above - |
@endif
{{$detail->nama_produk}} |
@php
$i++;
@endphp
@endforeach
@endif
@endforeach
@else