fix redirect

This commit is contained in:
Jagad R R
2024-12-26 13:28:06 +07:00
parent c8c37f8d10
commit 1bd9ffecba
8 changed files with 13 additions and 33 deletions
@@ -35,6 +35,7 @@ class FormMeetingSeminarController extends Controller
$forms = FormMeetingSeminar::where('user_id', auth()->user()->id)->get();
}
session()->put('redirect_url', route('forms.meeting'));
return view('backend.pages.forms.meeting.index', [
'forms' => $forms
]);