{{ __('general.all_users') .' ('. $users->total() .')'}}

@if( !$users->isEmpty() ) @foreach($users as $single) @php $tag = getTag( $single->status ); @endphp @endforeach
{{ __('#' )}} {{ __('general.email' )}} {{ __('general.created_date' )}} {{ __('general.hourly_rate' )}} {{ __('general.verification' )}} {{__('general.status')}} {{__('general.actions')}}
{{ $single->id }} {{ $single->email }} {{ date($date_format, strtotime( $single->created_at )) }} {{ getPriceFormat($currency_symbol, (empty($single->userAccountSetting->hourly_rate) ? 0 : $single->userAccountSetting->hourly_rate)) .'/hr' }} email_verified_at) ? "onClick=confirmation('".$single->id."','approve') disabled=true" : "onClick=confirmation('".$single->id."','reject')"}}>{{ strtoupper(__('general.verified')) }} @if(!empty($single->userIdentity))userAccountSetting->verification != 'approved' ? 'disabled=true' : ''}}>{{strtoupper( __('general.verified')) }}@endif {{ $single->status }}
{{ $users->links('pagination.custom') }} @else @include('admin.no-record') @endif
@push('scripts') @endpush