add detail view for form other

This commit is contained in:
Jagad R R
2025-01-06 16:05:47 +07:00
parent 6f2946cd62
commit 8c62fb6a19
3 changed files with 97 additions and 0 deletions
@@ -84,6 +84,7 @@ class FormOtherController extends Controller
return view('backend.pages.forms.other.view', [
'form' => $form,
'kategori' => Kategori::whereNotIn('name', ['Up Country', 'Vehicle Running Cost', 'Entertainment & Presentation', 'Meeting & Seminar'])->get()
]);
}