@extends('layouts.front-layout') @section('title') Home @endsection @section('content') @forelse($get_sliders as $slider) {{$slider->first_heading ? : ''}} {{$slider->second_heading ? : ''}} {!! $slider->description ? : ''!!} @empty Slider Data Not Found @endforelse Shop Now! {{$pageData ['About']['heading'] ? : ''}} {{$pageData ['About']['sub_heading'] ? : ''}} {!! $pageData ['About']['first_description'] ? : ''!!} Read More @forelse($get_categories as $index => $category) 258 XTREME {{$category->category_name ? : ''}} {!! $category->description ? : ''!!} READ MORE @empty Categories Not Found @endforelse Check Out Our Merchandise! NEW ARRIVALS BEST SELLER TOP RATED MEN @forelse($get_arrival_products as $arrival_product) SALE {{$arrival_product->product_name ? : ''}} $ {{number_format($arrival_product->price ? : '')}} @empty Arrival Product Not Found @endforelse @forelse($get_best_sale_products as $best_sale_product) SALE {{$best_sale_product->product_name ? : ''}} $ {{number_format($best_sale_product->price ? : '')}} @empty Best Sale Product Not Found @endforelse @forelse($get_products as $product) SALE {{$product->product_name ? : ''}} $ {{number_format($product->price ? : '')}} @empty Top Rated Product Not Found @endforelse @forelse($get_men_category->product as $men_product) SALE {{$men_product->product_name ? : ''}} $ {{number_format($men_product->price ? : '')}} @empty Men Product Not Found @endforelse {{ $pageData['Testimonial']['top_banner_title'] ?? '' }} @forelse($get_testimonials as $testimonial) {{$testimonial->customer_name ? : ''}} " {!! $testimonial->description ? : ''!!} @empty Testimonial Data Not Found @endforelse {{ $pageData['Instagram']['section_heading'] ?? '' }} @forelse($get_instagrams as $instagram) @empty Testimonial Data Not Found @endforelse @endsection
$ {{number_format($arrival_product->price ? : '')}}
$ {{number_format($best_sale_product->price ? : '')}}
$ {{number_format($product->price ? : '')}}
$ {{number_format($men_product->price ? : '')}}