|
- @extends('master')
-
- @section('title', 'Panel')
- @section('child-type', 'panel')
-
- @section('head-metas')
- @parent
- @endsection
-
- @section('content')
- @parent
- <main class="panel">
- <div id="panel">
- </div>
- </main>
- @endsection
-
- @section('footer')
- @endsection
-
- @section('scripts')
- @parent
- <script src="js/app.js"></script>
- <script src="js/chunk-vendors.js"></script>
- @endsection
|