@extends('layouts.app') @section('title')Edit User @endsection @section('content')
@if (\Session::has('success'))
×
@endif @if (\Session::has('warning'))
×
@endif @if ($message = Session::get('error'))
{{ $message }}
@endif @if ($errors->any())
@endif @if (isset($verification) && $verification != null && 1 != 1)
Please verify your bank account: Verify Now
@endif
@include('layouts.flesh-message')

User Details

@if ($message = Session::get('error'))
{{ $message }}
@endif
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('agent_cell')) {{ $errors->first('agent_cell') }} @endif