diff --git a/config/adminlte.php b/config/adminlte.php index a98e7f1..69d07da 100644 --- a/config/adminlte.php +++ b/config/adminlte.php @@ -107,7 +107,7 @@ return [ */ 'preloader' => [ - 'enabled' => true, + 'enabled' => false, 'img' => [ 'path' => 'vendor/adminlte/dist/img/AdminLTELogo.png', 'alt' => 'AdminLTE Preloader Image', @@ -380,7 +380,7 @@ return [ ], [ 'text' => 'Automobili', - 'url' => '#', + 'url' => '/admin/auto', 'icon' => 'fas fa-fw fa-car', ], [ diff --git a/resources/views/auto/list.blade.php b/resources/views/auto/list.blade.php index d5d3698..4e6961a 100644 --- a/resources/views/auto/list.blade.php +++ b/resources/views/auto/list.blade.php @@ -1,12 +1,14 @@ -@extends('admin') @section('head_additional') - -@endsection @section('content') -