mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
update notification
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
use \App\Notifications\sms;
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -29,9 +30,7 @@ Route::get('/picture/{id}', 'PictureController@show');
|
||||
Route::get('/pictures', 'PictureController@index');
|
||||
|
||||
Route::get('/file/get','GoogleDriveController@getFile')->middleware('fileperm:file,r');
|
||||
|
||||
Route::get('/test','GoogleDriveController@list');
|
||||
|
||||
@
|
||||
Route::middleware(['auth'])->name('admin.')->group(function () {
|
||||
|
||||
/* Espace Administration Route */
|
||||
@@ -160,6 +159,7 @@ Route::middleware(['auth'])->name('admin.')->group(function () {
|
||||
Route::get('/admin/profil/avatar' , 'UserController@UserAvatar')->name('profil.avatar');
|
||||
Route::get('/admin/profil/password' , 'UserController@UserPassword')->name('profil.psw');
|
||||
Route::get('/admin/profil/adress' , 'UserController@UserAdress')->name('profil.adress');
|
||||
Route::get('/admin/profil/notifications','UserController@userNotification')->name('profil.notifications');
|
||||
Route::post('/admin/profil/edit/adress' , 'UserController@editUserAdress');
|
||||
Route::post('/admin/profil/edit/password' , 'UserController@editUserPassword');
|
||||
Route::get('/admin/profil/edit/avatar/{id}' , 'UserController@editUserAvatar');
|
||||
|
||||
Reference in New Issue
Block a user