Shipping Profiles

@if ($shippingProfiles->isNotEmpty()) @foreach ($shippingProfiles as $profile)
{{ $profile->name }}

{{ $profile->street }}, {{ $profile->city }}, {{ $profile->province }}

id == $selectedAddressId ? 'checked' : '' }}>
@endforeach @else

No shipping profiles found. Please add a shipping profile.

@endif

Shipping Cost: ${{ number_format($shippingCost, 2) }}