This commit is contained in:
2023-11-24 20:49:19 +08:00
parent ca5219cb93
commit be14f5fdb1
65 changed files with 1991 additions and 2214 deletions

View File

@@ -27,11 +27,11 @@ public function register()
public function boot()
{
// Using class based composers...
View::composer('layouts.front.navigation', CategoryComposer::class);
View::composer('layouts.front.navigation', CountryLocaleComposer::class);
// View::composer('layouts.front.navigation', CategoryComposer::class);
// View::composer('layouts.front.navigation', CountryLocaleComposer::class);
View::composer('layouts.front.footer', CategoryComposer::class);
View::composer('layouts.front.footer', CountryLocaleComposer::class);
// View::composer('layouts.front.footer', CategoryComposer::class);
// View::composer('layouts.front.footer', CountryLocaleComposer::class);
if (auth()->check()) {