@php use App\Enums\FeaturedSection\FeaturedSectionStyleEnum;use App\Enums\FeaturedSection\FeaturedSectionTypeEnum;use App\Enums\HomePageScopeEnum;use Illuminate\Support\Str; @endphp @extends('layouts.admin.app', ['page' => $menuAdmin['featured_section']['active'] ?? "", 'sub_page' => $menuAdmin['featured_section']['route']['featured_section']['sub_active'] ?? "" ]) @section('title', __('labels.featured_sections')) @section('header_data') @php $page_title = __('labels.featured_sections'); $page_pretitle = __('labels.list'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('admin.dashboard')], ['title' => __('labels.featured_sections'), 'url' => ''] ]; @endphp @section('admin-content')