@extends('admin.layouts.app') @section('panel')
@forelse($merchants as $merchant) @empty @endforelse
@lang('Project Owner') @lang('Email-Phone') @lang('Country') @lang('Joined At') @lang('Balance') @lang('Action')
{{$merchant->fullname}}
@{{ $merchant->username }}
{{ $merchant->email }}
{{ $merchant->mobile }}
{{ $merchant->country_code }} {{ showDateTime($merchant->created_at) }}
{{ diffForHumans($merchant->created_at) }}
{{ $general->cur_sym }}{{ showAmount($merchant->balance) }}
{{ __($emptyMessage) }}
@if ($merchants->hasPages()) @endif
@endsection @push('breadcrumb-plugins')
@endpush