@extends('layouts.app')
@section('title', 'Product Detail — Jumia Clone')
@section('content')
{{-- Loading skeleton --}}
@for($i=0;$i<4;$i++)
@endfor
{{-- Product content --}}
{{-- Breadcrumb --}}
{{-- ── Image Gallery ── --}}
{{-- Main image --}}
{{-- Flash badge --}}
⚡ FLASH SALE
{{-- Discount badge --}}
{{-- Images --}}
{{-- Navigation arrows --}}
{{-- Thumbnails --}}
{{-- ── Product Info ── --}}
{{-- Brand --}}
{{-- Name --}}
{{-- Rating + Reviews --}}
{{-- Price --}}
⚡ Flash Sale Price — Limited time offer!
{{-- Variants --}}
{{-- Quantity --}}
{{-- CTA Buttons --}}
{{-- Delivery info --}}
🚚
Delivery
Standard delivery in 2–5 business days | Express available
🔄
7-Day Returns
Hassle-free returns within 7 days of delivery
✅
100% Authentic
All sellers are verified by Jumia
{{-- Seller info --}}
{{-- ── Product Description ── --}}
Product Description
{{-- Attributes --}}
{{-- ── Reviews ── --}}
Customer Reviews
{{-- Rating summary --}}
{{-- Review list --}}
No reviews yet. Be the first to review this product!
@endsection