@php $configData = Helper::appClasses(); // $pageConfigs = ['myLayout' => 'blank']; @endphp @extends('admin.layouts/layoutMaster') @section('title', 'Applications') @section('vendor-style') {{-- --}} {{-- --}} {{-- --}} @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
{!! $preview->the_content() !!}
@endsection @push('scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endpush