@extends('layouts.main') @section('title', __('home.seo.title')) @section('description', __('home.seo.description')) @section('content')
@include('auth.customer.partials.header')
@csrf
{{ __('customer.address.new_address') }}
@endsection @section('extraJs') @endsection