@extends('layouts.app') @section('title', 'Dashboard') @section('content')
| Number | Type | Customer | Company | Date | Total |
|---|---|---|---|---|---|
| {{ $d->number }} | {{ \App\Models\Document::typeLabel($d->type) }} | {{ $d->customer->name ?? '-' }} | {{ $d->company->name ?? '-' }} | {{ $d->issue_date?->format('Y-m-d') }} | {{ $d->currency }} {{ number_format($d->total, 2) }} |
| No documents yet. Create one. | |||||