@Lang('checkout/billing.You will') @Lang('checkout/billing.earn 1 loyality') @Lang('checkout/billing.when completing this ordder')
@Lang('checkout/billing.Collect 5 loyalty points and receive ' . config('settings.loyalty_discount') . '% discount')
@Lang('checkout/billing.Select Billing Address')
@foreach(auth()->user()->addresses as $address)
@if($address->is_default)
@Lang('checkout/billing.Default')
@endif
@endforeach