@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 }} |
Total Biaya | : | {{ 'Rp. ' . number_format($invoice->total, 0, '', '.') }} |