{{__('admin.Agent Details')}}

{{__('admin.Agent List')}}
@if ($agent->image) image @else image @endif
{{__('admin.Joined at')}}
{{ $agent->created_at->format('d M Y') }}
{{__('admin.Total Purchase')}}
{{ $currency_icon }}{{ $total_purchase_amount }}
{{__('admin.Name')}} {{ html_decode($agent->name) }}
{{__('admin.Email')}} {{ html_decode($agent->email) }}
{{__('admin.Phone')}} {{ html_decode($agent->phone) }}
{{__('admin.Agent Status')}} @if($agent->status == 1) @else @endif
@method('put') @csrf

{{__('admin.Edit Profile')}}