Invoices

@can('task show') New Invoice @endcan()
@if(session('success')) @endif
@foreach ($invoices as $invoice) @endforeach
Id Customer Name Customer Email Total Amount Status link Action
{{ $invoice->id }}
{{ $invoice->status }} Click to copy @can( 'invoice show') @endcan() @can( 'invoice edit') @endcan() @can( 'invoice delete') Delete @endcan()
{{ $invoices->links() }}