first commit

This commit is contained in:
2025-03-07 00:29:07 -06:00
commit b21a11c2ee
564 changed files with 94041 additions and 0 deletions

View 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