@extends('admin.layouts.app') @section('panel')
@lang('Profile Image')

{{$merchant->fullname}}

@lang('Joined At') {{showDateTime($merchant->created_at,'d M, Y h:i A')}}
@lang('Project Owner information')
  • @lang('Username') {{$merchant->username}}
  • @lang('Status') @if($merchant->status == 1) @lang('Active') @elseif($merchant->status == 0) @lang('Banned') @endif
  • @lang('Balance') {{showAmount($merchant->balance)}} {{__($general->cur_text)}}
@lang('Information of') {{$merchant->fullname}}
@csrf
status) checked @endif>
ev) checked @endif>
sv) checked @endif>
ts) checked @endif>
tv) checked @endif>
kv == 1) checked @endif>
{{-- Add Sub Balance MODAL --}} @endsection