diff --git a/resources/views/auto/accessori.blade.php b/resources/views/auto/accessori.blade.php deleted file mode 100644 index 57931a5..0000000 --- a/resources/views/auto/accessori.blade.php +++ /dev/null @@ -1,69 +0,0 @@ -@extends('admin') -@section('content') -
-
-

Registrazione Accessori/Acquisti

-
-
-
-
-
-
-
- Accessori/Acquisti auto {{ $dettagli->marca;}} {{ $dettagli->modello; }} {{ $dettagli->targa; }} -
-
- -
- @csrf -
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
-
- - -
-
-
-
- - - -
-
-
- -
-
-
-
- -@endsection - -@section('script') - -@endsection diff --git a/resources/views/auto/manutenzione.blade.php b/resources/views/auto/manutenzione.blade.php deleted file mode 100644 index 261e042..0000000 --- a/resources/views/auto/manutenzione.blade.php +++ /dev/null @@ -1,32 +0,0 @@ -@extends('admin') -@section('content') -
-
-

Registrazione manutenzione

-
-
-
-
-
-
-
- Manutenzione auto {{ $dettagli->marca;}} {{ $dettagli->modello; }} {{ $dettagli->targa; }} -
-
- -
-
-
-
- -@endsection - -@section('script') - -@endsection diff --git a/resources/views/auto/revisione.blade.php b/resources/views/auto/revisione.blade.php deleted file mode 100644 index fc54269..0000000 --- a/resources/views/auto/revisione.blade.php +++ /dev/null @@ -1,86 +0,0 @@ -@extends('admin') -@section('content') -
-
-

Registrazione Revisione {{ $dettagli->targa; }}

-
-
-
-
-
-
-
- Revisione auto {{ $dettagli->marca;}} {{ $dettagli->modello; }} {{ $dettagli->targa; }} -
-
- -
- @csrf -
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
-
- - -
-
- - Superata - Non superata -
-
-
-
- - -
-
-
-
- - -
-
-
-
- - - -
-
-
- -
-
-
-
- -@endsection - -@section('script') - -@endsection diff --git a/resources/views/auto/rifornimento.blade.php b/resources/views/auto/rifornimento.blade.php deleted file mode 100644 index a0ddfd9..0000000 --- a/resources/views/auto/rifornimento.blade.php +++ /dev/null @@ -1,80 +0,0 @@ -@extends('admin') -@section('content') -
-
-

Registrazione rifornimento

-
-
-
-
-
-
-
- Rifornimento auto {{ $dettagli->marca;}} {{ $dettagli->modello; }} {{ $dettagli->targa; }} -
-
- -
- @csrf -
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
-
- - -
-
-
-
- - - -
-
-
- -
-
-
-
- -@endsection - -@section('script') - -@endsection