@extends('admin/layout') @section('title') {{ labels('admin_labels.featured_section', 'Featured Section') }} @endsection @section('content') @php use App\Services\MediaService; @endphp
@csrf
{{ labels('admin_labels.manage_featured_section', 'Manage Featured Section') }}
@foreach ($languages as $lang) @if ($lang->code !== 'en')
@endif @endforeach
@php $product_type = [ 'new_added_products', 'products_on_sale', 'top_rated_products', 'most_selling_products', 'custom_products', 'digital_product', 'custom_combo_products', ]; @endphp

Upload

Recommended Size: 1648 x 610 pixels

{{ labels('admin_labels.select_style', 'Select Style') }}
Feature Section Heading Style 1 Feature Section Heading Style 2 Feature Section Heading Style 3
Featured Section Style 1 Featured Section Style 2 Featured Section Style 3
@endsection