@if(!$product->isVirtual() && !$product->isExternalProduct() && !$product->isGroupedProduct())

{{ __('Delivery Options') }}

@if(!empty($defaultAddresses)) {{ optional($defaultAddresses->geoLocalCountry)->name }}, {{ optional($defaultAddresses->geoLocalState)->name }}, {{ $defaultAddresses->city }} @else {{ __('Please select one') }} @endif

@php $shippingDetails = \App\Models\Product::getMaxShipping($id); @endphp
{{ $shippingDetails['name'] ?? __('Not Applicable') }}

{{ isset($shippingDetails['amount']) ? formatNumber($shippingDetails['amount']) : formatNumber(0) }}

@if(!empty($estimated_delivery))

{{ $estimated_delivery }} {{ $estimated_delivery_unit }}

@endif
{{ __('Cash on Delivery') }}

{{ $meta['cash_on_delivery'] == true ? __('Available') : __('Not Available') }}

@endif
@if(!$product->isGroupedProduct())

{{ __('Warranty') }}

@if (!empty($warranty_policy))
{{ $warranty_period }}
@if (strlen($warranty_policy) > 30)

{{ trimWords($warranty_policy, 28) }}

@else

{{ $warranty_policy }}

@endif
@endif
{{ __('Warranty') }}: {{ !empty($warranty_type) ? $warranty_type : __('No Warranty') }}
@endif @if(is_array($gateways) && count($gateways) > 0)
{{ __('Secure Online Payment') }}
@endif