mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-17 12:54:13 +00:00
113 - Viewing the Update Form
Just the view, saving changes not yet implemented.
This commit is contained in:
@@ -23,5 +23,5 @@ Route::group(['middleware' => 'auth', 'prefix' => 'backstage', 'namespace' => 'B
|
||||
Route::get('/concerts', 'ConcertsController@index');
|
||||
Route::get('/concerts/new', 'ConcertsController@create')->name('backstage.concerts.new');
|
||||
Route::post('/concerts', 'ConcertsController@store');
|
||||
Route::get('/concerts/{id}/edit', 'ConcertsController@edit')->name('backstage.concerts.edit');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user