@extends('frontEnd.layouts.master') @section('title', $details->name) @section('content')
{{-- slider --}}
@foreach ($details->images as $key => $image)
thumb
@endforeach
{{ $details->brand ? $details->brand->name : 'Premium Collection' }}

{{ $details->name }}

৳{{ $details->new_price }} @if ($details->old_price) ৳{{ $details->old_price }} ({{ number_format((($details->old_price - $details->new_price) * 100) / $details->old_price, 0) }}% Off) @endif
@csrf @if(count($productcolors) > 0)
@foreach ($productcolors as $procolor) @endforeach
@endif @if(count($productsizes) > 0)
@if ($details->category?->size_guide) @endif
@foreach ($productsizes->whereNotNull('size')->sortBy('size.sizeName') as $prosize) @endforeach
@endif
{{-- --}}
Details
{!! $details->description !!}
Fast Delivery 7 Day Returns

Recommended For You

@foreach ($products as $product)
@endforeach
@endsection