Route::post('user/profile', function () { // Update the user's profile... return redirect('dashboard')->with('status', 'Profile updated!'); });
@if (session('status')) <div class="alert alert-success"> {{ session('status') }} </div> @endif
Clickable & Draggable!