@extends('admin.layouts.main') @section('panel')
@include('admin.frontend.fixed', [ 'key' => $key, 'section' => $section, 'content' => $frontend, 'content_type' => \App\Enums\Frontend\Content::ENHANCEMENT->value ])
@endsection