@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
|
SERAH TERIMA |
|
|
|
No | Nama Barang | Tgl. Kadaluarsa | Jumlah |
---|---|---|---|
{{ $no }} | {{ $i['name'] }} | {{ Common::dateFormat($handover->expire_date, 'dd / mm / yyyy') }} | {{ number_format($i['qty'], 0, '', '.') }} |
{{ @$handover->purchase->supplier->name }}, ( ............................................ ) |
{{ $handover->receiver_name }}, ( ............................................ ) |
{!! $handover->qr_code !!} |