@php use App\Models\ParameterDetail; @endphp
|
{{ Auth::user()->entity->name }}{{ Auth::user()->entity->address . ' / ' . Common::phoneFormat(Auth::user()->entity->phone) }} |
|
WORK ORDER |
|
Kepada YTH, {{ $workorder->sales->customer->name }} {{ $workorder->sales->customer->address }} |
|
No | Jenis Pekerjaan | Keterangan | Qty |
---|---|---|---|
{{ $no }} | {{ $work->name }} | {{ $i->descr }} | {{ number_format($i->qty, 0, '', '.') }} |
DO PT ESM No. : ................................... |
Tanggal {{ Common::dateFormat($workorder->receive_date, 'dd/mm/yyyy') }} Diterima Oleh, {{ $workorder->receivePerson->name }} |
Tanggal {{ Common::dateFormat($workorder->work_date, 'dd/mm/yyyy') }} Dikerjakan Oleh, {{ $worker->name }} |
Tanggal {{ Common::dateFormat($workorder->exam_date, 'dd/mm/yyyy') }} Diperiksa Oleh, {{ $workorder->examPerson->name }} |