@extends('layouts.backend.index')
@section('title', $label)
@section('content')
No. Order |
: |
{{ $workorder->number }} |
Tanggal |
: |
{{ Common::dateFormat($workorder->setdate, 'dd mmmm yyyy') }} |
Nama Pelanggan |
: |
{{ $workorder->sales->customer->name }} |
Total Biaya |
: |
{{ 'Rp. ' . number_format($workorder->total, 0, '', '.') }} |
Tipe Bahan |
: |
{{ $workorder->sales->material->name }} |
Keterangan |
: |
|
{{ $workorder->sales->material_descr }}
No |
Termin |
No. Invoice |
Tgl. Jatuh Tempo |
Total |
Status |
# |
@endsection
@push('styles')
@endpush
@push('scripts')
@endpush