Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- @extends('master')
-
- @section('title', 'Panel')
-
- @section('head-metas')
- @parent
- <link rel="stylesheet" href="{{asset('main.css')}}">
- @endsection
-
- @section('content')
- @parent
- <div id="counter">
- Counter: @{{ counter }}
- </div>
- @endsection
-
- @section('scripts')
- @parent
- <script src="vue.global.js"></script>
- <script src="main.js"></script>
- @endsection
|