effettuato alcune modifiche per capire cosa non va nell'upload dei contatti... da rivedere domani
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
@extends('admin')
|
||||
@extends('adminlte::page')
|
||||
|
||||
@section('content_header')
|
||||
<h1>{{ $dettagli->marca; }} {{ $dettagli->modello; }} targa: {{ $dettagli->targa; }}</h1>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">{{ $dettagli->marca; }} {{ $dettagli->modello; }} targa: {{ $dettagli->targa; }}</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<!-- Content here -->
|
||||
|
||||
@@ -243,6 +243,6 @@
|
||||
|
||||
@endsection
|
||||
|
||||
@section('script')
|
||||
@section('js')
|
||||
<script src="/js/app/auto.js"></script>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user