@extends('layouts.admin') @section('title') @lang('Mechant Details') @endsection @section('breadcrumb')

@lang('Mechant Details')

@lang('Back')
@endsection @section('content')
@lang('Mechant Wallets')

@lang('Merchant details')

@csrf @if ($user->api)
@endif
@if (access('update merchant'))
@endif
  • @lang('Information')
  • @lang('Total Withdraw') {{$gs->curr_sym}}{{$totalWithdraw}}
  • @if (access('merchant login'))
  • @lang('Login to Merchant') @lang('Login')
  • @endif
  • @lang('Merchant Login Info') @lang('View')
@if(access('merchant balance modify')) @endif @endsection @push('script') @endpush @push('style') @endpush