@extends('seller.layouts.app') @section('main_content')
image , file_path()['profile']['seller']['size']) }}" class="profile-wid-img" alt="{{$seller->image}}">
image,file_path()['profile']['seller']['size']) }}" class="rounded-circle avatar-xl img-thumbnail user-profile-image" alt="{{$seller->image}}">
{{$seller->name ? $seller->name :'N/A'}}

{{(short_amount($seller->balance))}}

  • {{translate('Username')}} {{$seller->username?? 'N/A'}}
  • {{translate('Phone')}} {{$seller->phone ? $seller->phone :"N/A"}}
  • {{translate('Email')}} {{$seller->email}}
@csrf
@csrf
@endsection