MY ROUTE
Route::patch(\'/profile/{user}\', [App\\Http\\Controllers\\ProfilesController::class, \'update\'])->name(\'profile.update\');
MY VIEW