@extends('layouts.' . $template_name) @section('own-content') @php $subheader = ($template_name == 'template6') ? 'page_subheader_list':'page_subheader'; @endphp @include('shared.commons.container-sidebar-subheader', ['windows_side' => true, $subheader => true])

@lang('trans.customer.addresses.title')

@endsection @section('extra-head') @parent {!! Html::style(app()->environment('production') ? mix('css/user-address.css') : asset('css/user-address.css'), [], $isSSL) !!} @endsection