2025-03-07 00:29:07 -06:00

18 lines
356 B
PHP

@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