{{ $feature['title'] }}
{{ $feature['text'] }}
@php
// Ensure variables are defined for the partials
if(isset($categories_list)) {
$all_categories = $categories_list->where('featured',1);
$parents = $all_categories->whereNull('parent_id')->pluck('id')->toArray();
}
@endphp
@extends('ecommerce::frontend.layout.main2')
@section('title') {{ $ecommerce_setting->site_title ?? 'Amna-G-Damiani - Luxury Fashion & Accessories' }} @endsection
@section('description') {{ $ecommerce_setting->site_description ?? 'Discover luxury fashion and accessories at Amna-G-Damiani. Shop the latest collections of designer clothing, bags, and accessories.' }} @endsection
@section('content')
@include('ecommerce::frontend.partials.header')
{{ $item }}
@endforeach{{ $item }}
@endforeach{{ $ecommerce_setting->category_title ?? 'Shop by Category' }}
@endif
{{ $product_count }} products
Shop now{{ $ecommerce_setting->new_arrivals_title ?? 'New Arrivals' }}