@if (!empty($default_address))
@if ($product_availability[0]['is_deliverable'] == true)
All the
products
are
deliverable
on the selected address
@else
Some of the
Products
Are Not deliverable at Selected Address
@endif
@else
{{ labels('front_messages.address_is_not_added', 'Address is Not Added !!') }}
@endif