Lavorazioni su Automobili (inserimento e visualizzazione
This commit is contained in:
16
resources/views/tmp/test.blade.php
Normal file
16
resources/views/tmp/test.blade.php
Normal file
@@ -0,0 +1,16 @@
|
||||
@extends('admin')
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">{{ $title }}</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<!-- Content here -->
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
Segnaposto temporaneo per view {{ $title }}
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user