@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Overview Dashboard') @push('styles') @endpush @section('content')
{{ now()->translatedFormat('l, d F Y') }}
| NO. INVOICE | PELANGGAN | TANGGAL | TOTAL | STATUS |
|---|---|---|---|---|
| {{ $inv->invoice_number }} | {{ $inv->customer->name }} | {{ $inv->invoice_date->format('d M Y') }} | Rp {{ number_format($inv->total, 0, ',', '.') }} | {{ $inv->status_label }} |
| Belum ada invoice masuk | ||||