cosmetic fixes, enhance profile, fix mails, ...
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
Route::prefix('Factures')->name('Invoices.')->group(function () {
|
||||
Route::get('show/{id}', 'InvoiceController@show')->name('show');
|
||||
Route::get('show/{uuid?}', 'InvoiceController@show')->name('show');
|
||||
Route::get('pdf/{uuid?}', 'InvoiceController@pdf')->name('pdf');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user