@extends('frontend.user.user-masters') @section('user-content')

The following addresses will be used on the checkout page by default.

Billing address @if((int)$billing == 0) Required @endif

@if((int)$billing == 0) Add @else Edit @endif
@if((int)$billing == 0)

You have not set up this type of address yet.

@endif

Shipping address @if((int)$shipping == 0) Required @endif

@if((int)$shipping == 0) Add @else Edit @endif
@if((int)$shipping == 0)

You have not set up this type of address yet.

@endif
@endsection @section('scripts') @endsection