diff --git a/resources/views/admin/invoice/invoiceIndex.blade.php b/resources/views/admin/invoice/invoiceIndex.blade.php index 8a6345b..cd73e9c 100755 --- a/resources/views/admin/invoice/invoiceIndex.blade.php +++ b/resources/views/admin/invoice/invoiceIndex.blade.php @@ -22,11 +22,11 @@
@csrf - +
+ @foreach ($invoices as $invoice) + @endforeach
- + # {{__("Customer")}} @@ -51,13 +51,16 @@ {{-- --}} + +
- + {{$invoice->id}} {{$invoice->customer->name}} @@ -86,22 +89,24 @@ - - + - + - + - + + +