@extends('layouts.backend.index')
@section('title', $label)
@section('content')
No. Invoice |
: |
{{ $invoice->number }} |
Tanggal |
: |
{{ Common::dateFormat($invoice->setdate, 'dd mmmm yyyy') }} |
Nama Pelanggan |
: |
{{ @$invoice->customer->name }} |
Status |
: |
{!! @$invoice->status_badge !!} |
Total Biaya |
: |
{{ 'Rp. ' . number_format($invoice->total, 0, '', '.') }} |
Total Dibayar |
: |
{{ 'Rp. ' . number_format($invoice->total_sudah_dibayar, 0, '', '.') }} |
Total Sisa |
: |
{{ 'Rp. ' . number_format($invoice->total_sisa_bayar, 0, '', '.') }} |
No |
Termin |
No. Kwitansi |
Tgl. Jatuh Tempo |
Total |
Status |
# |
@endsection
@push('styles')
@endpush
@push('scripts')
@endpush