@extends('layouts.client_template') @section('content')
trade like a pro

Step into the World of Trading Excellence

Crafting your trading identity. Tailor your profile to reflect your evolving journey in the Forex landscape.

{{ csrf_field() }}
@foreach(['danger','warning','success','info'] as $msg) @if(Session::has('alert-'.$msg))

{{ Session::get('alert-'.$msg) }} ×

@endif @endforeach

Edit Account Details

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('bdate')) {{ $errors->first('bdate') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('zipcode')) {{ $errors->first('zipcode') }} @endif
@endsection