@php use App\Models\ParameterDetail; use App\Models\Workorder; @endphp
|
{{ Auth::user()->entity->name }}{{ Auth::user()->entity->address . ' / ' . Common::phoneFormat(Auth::user()->entity->phone) }} |
@else
{{ Auth::user()->entity->name }}{{ Auth::user()->entity->address . ' / ' . Common::phoneFormat(Auth::user()->entity->phone) }} |
@endif
|
PURCHASE ORDER |
|
Kepada YTH, {{ $purchase->supplier->name }} {{ $purchase->supplier->address }} |
|
No | Nama Barang | Jumlah | Harga Satuan | Total |
---|---|---|---|---|
{{ $no }} | {{ $i['name'] }} | {{ number_format($i['qty'], 0, '', '.') }} | {{ number_format($i['price'], 0, '', '.') }} | {{ number_format($i['total'], 0, '', '.') }} |
|
{!! $purchase->qr_code !!} |