fixing styles

This commit is contained in:
ludo
2024-01-07 20:42:37 +01:00
parent 5144c1f7fd
commit 4df8628a3e
39 changed files with 149 additions and 326 deletions

View File

@@ -29,6 +29,7 @@ class InvoiceController extends Controller
public function show($id)
{
$data = [];
$data['invoice'] = Invoices::getFull($id)->toArray();
return view('Admin.Shop.Invoices.view', $data);