18 lines
350 B
PHP
18 lines
350 B
PHP
@isset($pageConfigs)
|
|
{!! Helper::updatePageConfig($pageConfigs) !!}
|
|
@endisset
|
|
@php
|
|
$configData = Helper::appClasses();
|
|
|
|
/* Display elements */
|
|
$customizerHidden = ($customizerHidden ?? '');
|
|
@endphp
|
|
|
|
@extends('admin::layouts.vuexy.commonMaster' )
|
|
|
|
@section('layoutContent')
|
|
<!-- Content -->
|
|
@yield('content')
|
|
<!--/ Content -->
|
|
@endsection
|