enhance dikit

This commit is contained in:
fiqhpratama
2024-12-26 12:19:06 +07:00
parent c330aa4200
commit 08e76fea67
2 changed files with 10 additions and 0 deletions
@@ -137,6 +137,8 @@ class FormUpCountryController extends Controller
]);
session()->flash('success', 'Form has been created.');
session()->flash('redirect_url', route('forms.up-country'));
return redirect()->back();
}