@if (session('address_add'))
@php $first = false; // Set false after first iteration @endphp
{{ session('address_add') }}
@endif
@if (session('address_limit'))
{{ session('address_limit') }}
@endif
- 1 Address
- 2 Your Order Summary
- 3 Payment
- 4 Order Confirmation
Add Billing Details
Your Order
Delivery Instructions
| Subtotal | @if ($Baazar) {{ round($cart_total - ($cart_total * 5 / 100)) }} @else {{ $cart_total }} @endif | ||
|---|---|---|---|
Select Address
@if (!empty($address_data))
@php $first = true; @endphp
@foreach ($address_data as $add)
@php $first = false; @endphp
@endforeach
@else
@if ($first)
( Default Address )
@endif
No address found. Please add a new one.
@endifEdit Address
Order Confirmation
Your order has been successfully placed!