@extends('admin.layouts.app') @section('panel')
@forelse($employers as $employer) @empty @endforelse
@lang('S.N.') @lang('Company-Username') @lang('Email-Phone') @lang('Country') @lang('Joined At') @lang('Balance') @lang('Action')
{{$loop->index+$employers->firstItem()}} {{$employer->company_name}} @{{$employer->username }} {{$employer->email}} {{$employer->mobile}} {{$employer->country_code }} {{ showDateTime($employer->created_at) }} {{ diffForHumans($employer->created_at) }} {{ $general->cur_sym }}{{ showAmount($employer->balance)}} @lang('Details')
{{ __($emptyMessage) }}
@if ($employers->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush