@extends('admin.layouts.main') @section('panel')
@include('admin.frontend.fixed', [ 'key' => $key, 'section' => $section, 'content' => $getFixedContent, 'content_type' => \App\Enums\Frontend\Content::FIXED->value ]) @include('admin.frontend.enhancement', [ 'section_key' => $key, 'section' => $section, 'content_type' => \App\Enums\Frontend\Content::ENHANCEMENT->value, 'contents' => $getEnhancementContents ])
@endsection @push('script-push') @endpush