17 lines
281 B
PHP
Executable File
17 lines
281 B
PHP
Executable File
@extends('layout.master')
|
|
|
|
@push('plugin-styles')
|
|
<!-- Plugin css import here -->
|
|
@endpush
|
|
|
|
@section('content')
|
|
<!-- Page content here -->
|
|
@endsection
|
|
|
|
@push('plugin-scripts')
|
|
<!-- Plugin js import here -->
|
|
@endpush
|
|
|
|
@push('custom-scripts')
|
|
<!-- Custom js here -->
|
|
@endpush |