@extends('Layouts.frontLayout',['classBody'=>"page-template-default page logged-in setinco page-wrapper-account page-wrapper-page container-max-width show-bottom-nav"]) @section('title') {{__('Insert Address')}} @endsection @section('css') @endsection @section('content')
{{__('Home')}} /  {{__('Dashboard')}}{{__('Address')}}

{{__('Insert Address')}}

@include('Front.Account.menu')
@csrf

{{__('Insert Address')}}

@if ($errors->has('title_address')) {{ $errors->first('title_address') }} @endif

@if ($errors->has('receiver')) {{ $errors->first('receiver') }} @endif

@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif

@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif

@if(isset($settings['cofarsi']) and $settings['cofarsi']==0)

@if ($errors->has('lang')) {{ $errors->first('lang') }} @endif

@endif

@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif

@if ($errors->has('postal_code')) {{ $errors->first('postal_code') }} @endif

@if ($errors->has('address')) {{ $errors->first('address') }} @endif

@endsection @section('script') @endsection