R#
Size: a a a
R#
R#
AS
VY
$user = Auth::user();
AS
$user = Auth::user();
AS
VY
Route::group(
['middleware' => ['web', 'auth']],
function () {
AS
$user = Auth::user();
VY
R#
VY
AS
AS
R#
AS
VY
Route::get('/profile', 'ProfileController@index')->name('profile');
AS
AS
Route::get('/profile', 'ProfileController@index')->name('profile');
R#
AS
Route::get('/profile', 'ProfileController@index')->name('profile');