{{ __($setTitle) }}

@if(isset($section[\App\Enums\Frontend\Content::ENHANCEMENT->value])) @lang('Add New') @endif
@if(isset($section[$content_type]))
@csrf @if($content) @endif
@foreach($section[$content_type] as $key => $item) @if($key == 'images') @include('admin.frontend.upload_inputs', ['item' => $item, 'key' => $key, 'content' => $content]) @else @include('admin.frontend.standard_inputs',['item' => $item, 'key' => $key, 'content' => $content]) @endif @endforeach
@endif