@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
@csrf @method('PUT')
{{ labels('admin_labels.update_featured_section', 'Update Featured Sections') }}
@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

@if ($data->banner_image && !empty($data->banner_image))
Not Found
@else
@endif
{{ labels('admin_labels.select_style', 'Select Style') }}
background_color) && !empty($data->background_color) ? $data->background_color : '' }}>
background_color) ? $data->background_color : '' }}>
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