@extends('layouts.backend.index') @section('title', $label) @section('content')
Termin : {{ $invoice->termin }}
No. Invoice : {{ $invoice->number }}
Tgl. Jatuh Tempo : {{ Common::dateFormat($invoice->duedate, 'dd mmmm yyyy') }}
Total Biaya : {{ 'Rp. ' . number_format($invoice->total, 0, '', '.') }}
Nama Pelanggan : {{ $invoice->workorder->sales->customer->name }}
Tipe Bahan : {{ $invoice->workorder->sales->material->name }}
Keterangan :
{{ $invoice->workorder->sales->material_descr }}

@csrf
@endsection @push('scripts') @endpush