add party town

This commit is contained in:
2024-03-02 10:14:22 +05:00
parent d7af20fb34
commit 8c05c49aee
12 changed files with 5412 additions and 1 deletions

View File

@@ -114,7 +114,6 @@ class NovaServiceProvider extends NovaApplicationServiceProvider
Nova::mainMenu(function (Request $request) {
return [
MenuSection::dashboard(Main::class)->icon('chart-bar'),
// MenuItem::resource(Test::class),
MenuSection::make(__('Orders'), [
MenuItem::resource(LoanOrder::class)->name(__('Loan department')),