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

{{__('admin.Seller List')}}

{{__('admin.Total Product Sold')}}

{{ $total_sold_product }}

{{__('admin.Current Balance')}}

{{ $setting->currency_icon }}{{ $current_balance }}
@if ($seller->image) image @else image @endif
{{__('admin.Joined at')}}
{{ $seller->created_at->format('d M Y') }}
{{__('admin.Total Balance')}}
{{ $setting->currency_icon }}{{ $total_balance }}
{{__('admin.Name')}} {{ html_decode($seller->name) }}
{{__('admin.Email')}} {{ html_decode($seller->email) }}
{{__('admin.Phone')}} {{ html_decode($seller->phone) }}
{{__('admin.User Status')}} @if($seller->status == 1) @else @endif
@method('put') @csrf

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