@extends('layouts.app') @section('title', $product->name . ' - AVIOBOOTS') @section('content') @php $primaryImage = asset($product->publicImagePath()); @endphp
@foreach($gallery as $i => $img) @endforeach

{{ $product->name }}

Rs {{ number_format($product->price, 0) }}

Category: {{ $product->category }}

Material: Full-grain leather
Sole: Goodyear welt
Lining: Soft leather
Origin: Tuscany, Italy
@csrf
@foreach(['US 9','US 10','US 11','EU 42','EU 43','EU 44'] as $i => $s) @endforeach
VIEW CART

Premium craftsmanship with full-grain leather upper and hand-stitched details. Designed for all-day comfort and long-lasting durability.

Premium bespoke handmade leather shoes crafted with full-grain leather and hand-stitched details.

Made to Order: Each pair is handcrafted specifically for you after your order is placed. Production time is 2-4 weeks.

Delivery: Cash on delivery available across Pakistan.

NO RETURN | NO REFUND

Since every pair is made to order exclusively for you, we do not accept returns or issue refunds.

SIZE EXCHANGE ONLY: Size exchange requests must be raised within 7 days of delivery.

@if($related->count())

YOU MAY ALSO LIKE

@foreach($related as $p) @include('partials.product-card', ['product' => $p]) @endforeach
@endif
@endsection