@extends('admin/layout')
@section('title')
{{ labels('admin_labels.update_featured_section', 'Update Featured Sections') }}
@endsection
@section('content')
@php
use App\Models\Product;
use App\Models\ComboProduct;
use App\Models\Category;
use App\Services\TranslationService;
use App\Services\MediaService;
@endphp