noble/resources/views/pages/general/blank-page.blade.php

17 lines
281 B
PHP
Raw Normal View History

2023-05-16 15:54:23 +03:00
@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