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') -
-
-

Lista Automobili

-
-
+@extends('adminlte::page') + +@section('css') + +@endsection + +@section('content_header') +

Lista Automobili

+@endsection +@section('content') +
@@ -62,11 +64,9 @@     + value="{{ $automobile->id; }}">Edit +   Canc.  @endforeach @@ -415,6 +415,6 @@ -@endsection @section('script') +@endsection @section('js') @endsection