modifiche al template di auto e contratti
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
@extends('admin') @section('head_additional')
|
||||
<link rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
|
||||
@endsection @section('content')
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">Lista Automobili</h1>
|
||||
</div>
|
||||
</div>
|
||||
@extends('adminlte::page')
|
||||
|
||||
@section('css')
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
|
||||
@endsection
|
||||
|
||||
@section('content_header')
|
||||
<h1>Lista Automobili</h1>
|
||||
@endsection
|
||||
@section('content')
|
||||
|
||||
<div class="container">
|
||||
<!-- Content here -->
|
||||
<div class="row" >
|
||||
@@ -62,11 +64,9 @@
|
||||
</td>
|
||||
<td>
|
||||
<button class="btn btn-primary open_modal_modify"
|
||||
value="{{ $automobile->id; }}">
|
||||
<i class="fa fa-pencil-square-o fw"></i>
|
||||
</button> <a class="btn btn-danger"
|
||||
href="auto/delete?id={{ $automobile->id; }}"><i
|
||||
class="fa fa-trash-o fa-fw"></i></a>
|
||||
value="{{ $automobile->id; }}">Edit</button>
|
||||
<a class="btn btn-danger"
|
||||
href="auto/delete?id={{ $automobile->id; }}">Canc.</a>
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
@@ -415,6 +415,6 @@
|
||||
<!-- /MODAL -->
|
||||
|
||||
|
||||
@endsection @section('script')
|
||||
@endsection @section('js')
|
||||
<script src="/js/app/auto.js"></script>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user