@extends('ecommerce::frontend.layout.main') @section('title') {{ $ecommerce_setting->site_title ?? '' }} @endsection @section('description') @endsection @push('css') @endpush @section('content')
The following addresses will be used on the checkout page.
{{$address->address}}
{{$address->city}} @if(isset($address->state)) , {{$address->state}} @endif
{{$address->country}}, {{$address->zip}}