first commit
This commit is contained in:
17
resources/views/layouts/vuexy/blankLayout.blade.php
Normal file
17
resources/views/layouts/vuexy/blankLayout.blade.php
Normal file
@ -0,0 +1,17 @@
|
||||
@isset($pageConfigs)
|
||||
{!! Helper::updatePageConfig($pageConfigs) !!}
|
||||
@endisset
|
||||
@php
|
||||
$configData = Helper::appClasses();
|
||||
|
||||
/* Display elements */
|
||||
$customizerHidden = ($customizerHidden ?? '');
|
||||
@endphp
|
||||
|
||||
@extends('vuexy-admin::layouts.vuexy.commonMaster' )
|
||||
|
||||
@section('layoutContent')
|
||||
<!-- Content -->
|
||||
@yield('content')
|
||||
<!--/ Content -->
|
||||
@endsection
|
Reference in New Issue
Block a user