@extends('../site/layouts.user_panel.app') @section('page_title', __('Create Address')) @section('css') @endsection @section('content')

{{ __('Address Book') }}

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

{{ __('New address') }}

@csrf

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


@if ($addresses->count() > 0)
@endif
{{-- end form --}}
@endsection @section('js') @endsection