@extends('layouts.app') @section('title', 'Draft Invoices') @section('content')
View draft invoices
| Invoice # | Client | Amount | Date | Paid Date | Actions |
|---|---|---|---|---|---|
| {{ $invoice->invoice_number }} |
{{ $invoice->user->name }}
{{ $invoice->user->email }}
|
{{ format_currency($invoice->total) }} | {{ $invoice->date->format('M d, Y') }} | {{ $invoice->updated_at->format('M d, Y') }} | View |
| No draft invoices found | |||||