created master data: rayon, cost centre, kategori

This commit is contained in:
Jagad R R
2024-12-12 18:18:26 +07:00
parent 8cf94b5a5e
commit 095c2169c5
38 changed files with 1249 additions and 17 deletions
@@ -104,7 +104,7 @@ class RolesController extends Controller
}
session()->flash('success', 'Role has been updated.');
return back();
return redirect()->route('admin.roles.index');
}
public function destroy(int $id): RedirectResponse