@extends('../site/layouts.user_panel.app') @section('page_title', __('Edit :x', ['x' => __('Address')])) @section('css') @endsection @section('content')

{{ __('Address Book') }}

{{ __('Your Location, the place you get all the goods received..') }}

{{-- form --}}

{{ __('Edit address') }}

@csrf

{{ __('type of place') }} *

@if ($address->is_default == 0)
@endif
@endsection @section('js') @endsection