SAND-framework/console/skel/page.blade.php
Emmanuel ROY 93a6a79efa big-update:
ajout du skel SPA vue.js
 update console page command
 update Modular for gitlist
 add theme of gitlist
 update docs
2021-01-12 09:59:25 +01:00

28 lines
425 B
PHP

@extends('body')
@section('sidebar')
@parent
<p>This is appended to the master sidebar.</p>
@endsection
@section('content')
<h1>%PAGE% Controlleur</h1>
<br/><br/><br/>
@if (isset($id))
{{$id}}
@else
id not exist
@endif
@endsection
@section('top-css')
@parent
@endsection
@section('top-javascript')
@parent
@endsection
@section('bottom-javascript')
@parent
@endsection