@extends('components.view') @section('themeStylesheet') @endsection @section('brandThemeOverrideSettings') @endsection @section('brandBackground') @if($brandBackground!=='' && !empty($brandBackground)) style="background-image:url('{{ $brandBackground }}');" @endif @endsection @section('header') @php echo \App\Http\Controllers\Header::index($themeDirectory,$brandLogoSmall) @endphp @php echo \App\Http\Controllers\Navigation::index($themeDirectory) @endphp @endsection @section('content')
{{ $heading }}
{{ $subheading }}

@if(count($customerAddressesArr)>=1)

- Saved Addresses -

@foreach($customerAddressesArr as $customerAddress)
@endforeach @else

- No Saved Addresses -

@endif
@endsection @section('footer') @php echo \App\Http\Controllers\DeliveryAddressFooter::index($themeDirectory) @endphp @endsection