Moved send to admin sub folder
This commit is contained in:
parent
47022bc4e2
commit
c7a3fadb96
@ -25,7 +25,7 @@ Route::view('profile', 'profile')
|
||||
->middleware(['auth'])
|
||||
->name('profile');
|
||||
|
||||
Route::view('send', 'send')
|
||||
Route::view('send', 'admin.send')
|
||||
->middleware(['auth'])
|
||||
->name('send');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user