@extends('frontend.app') @section('content')

ACCOUNT SETTINGS

@include('flash::message')
@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

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

{{ $errors->first('mobile') }}

@endif
@if ($errors->has('currency_id'))

{{ $errors->first('currency_id') }}

@endif
@csrf
@if ($errors->has('old_password'))

{{ $errors->first('old_password') }}

@endif
@if ($errors->has('new_password'))

{{ $errors->first('new_password') }}

@endif
@if ($errors->has('confirm_password'))

{{ $errors->first('confirm_password') }}

@endif
@csrf
@if ($errors->has('line_1'))

{{ $errors->first('line_1') }}

@endif
@if ($errors->has('line_2'))

{{ $errors->first('line_2') }}

@endif
@if ($errors->has('country_id'))

{{ $errors->first('country_id') }}

@endif
@if ($errors->has('district'))

{{ $errors->first('district') }}

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

{{ $errors->first('postal_code') }}

@endif
@csrf
@if ($errors->has('line_1'))

{{ $errors->first('line_1') }}

@endif
@if ($errors->has('line_2'))

{{ $errors->first('line_2') }}

@endif
@if ($errors->has('country_id'))

{{ $errors->first('country_id') }}

@endif
@if ($errors->has('district'))

{{ $errors->first('district') }}

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

{{ $errors->first('postal_code') }}

@endif
@endsection @section('styles') @endsection @section('scripts') @parent @endsection