first commit
This commit is contained in:
17
resources/views/pages/general/blank-page.blade.php
Executable file
17
resources/views/pages/general/blank-page.blade.php
Executable file
@ -0,0 +1,17 @@
|
||||
@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
|
Reference in New Issue
Block a user