fix redirect
This commit is contained in:
@@ -35,6 +35,7 @@ class FormEntertainmentPresentationController extends Controller
|
||||
$forms = FormEntertaimentPresentation::where('user_id', auth()->user()->id)->get();
|
||||
}
|
||||
|
||||
session()->put('redirect_url', route('forms.entertainment'));
|
||||
return view('backend.pages.forms.entertainment.index', [
|
||||
'forms' => $forms
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user