@extends(auth()->check() ? 'user.layout' : 'user.public.layout') @section('title','অর্ডার করুন') @section('content') @php $isReseller = auth()->check() && (int)(auth()->user()->is_active ?? 0) === 1; $productImage = $product->images->first()?->image_url ?? asset('images/default-product.png'); @endphp