@extends('front_end.template.layout') @section('content')
@endif
{{ isset($vendor->stores) && $vendor->stores->first() && isset($vendor->stores->first()->location) && $vendor->stores->first()->location ? $vendor->stores->first()->location : 'N/A' }}
@if (isset($vendor->stores) && $store = $vendor->stores->first()) @php $deliveryType = $store->delivery_type ?? 'standard'; $standardText = $store->standard_delivery_text ?? ''; $minDays = $store->delivery_min_days; $maxDays = $store->delivery_max_days; @endphpStandard Delivery : {{ $standardText }}
{{-- Show custom delivery details only if personalisation is enabled --}} @if ($product->personalisation == 1 ) @if (!empty($minDays) && !empty($maxDays)) @elseEstimated Delivery: Information not available
@endif @endif{{ $review->comment }}