Make invoices editable and build possibility to send them manually.
This commit is contained in:
@@ -34,9 +34,9 @@ class InvoiceController extends Controller
|
||||
/**
|
||||
* Show the form for editing the specified resource.
|
||||
*/
|
||||
public function edit(Invoice $invoice)
|
||||
public function edit(Invoice $invoice): View
|
||||
{
|
||||
//
|
||||
return view('invoice.edit', ['invoice' => $invoice]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user