@extends('layouts.vertical', ['pageTitle' => __('customers.edit_address')])
@section('page-title')
@endsection
@section('content')
@if($errors->any())
{{ __('customers.please_correct_errors') }}
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection