@extends('layouts/layoutMaster') @section('title', __('locale.Drivers')) @section('vendor-style') @vite(['resources/assets/css/datatables.scss']) @endsection @section('vendor-script') @vite(['resources/assets/js/datatables.js', 'resources/assets/vendor/libs/raty-js/raty-js.js']) @endsection @section('content')
{{ __('locale.Drivers') }}

{{ $totalUser }}

({{ $totalUser > 0 ? round(($totalUser / $totalUser) * 100, 2) : 0 }}%)

{{ __('locale.Total') }} {{ __('locale.Drivers') }}
{{ __('locale.Active') }} {{ __('locale.Drivers') }}

{{ $verified }}

({{ $totalUser > 0 ? round(($verified / $totalUser) * 100, 2) : 0 }}%)

{{ __('locale.Recent analytics') }}
{{ __('locale.Disabled') }} {{ __('locale.Drivers') }}

{{ $userDisabled }}

({{ $totalUser > 0 ? round(($userDisabled / $totalUser) * 100, 2) : 0 }}%)

{{ __('locale.Recent analytics') }}
{{ __('locale.Verification Pending') }}

{{ $notVerified }}

({{ $totalUser > 0 ? round(($notVerified / $totalUser) * 100, 2) : 0 }}%)

{{ __('locale.Recent analytics') }}
{{ __('locale.Search Filter') }}
{{ __('locale.ID') }} {{ __('locale.User') }} {{ __('locale.Email') }} {{ __('locale.Verified') }} {{ __('locale.Type') }} {{ __('locale.Actions') }}
@include('_partials/_modals/modal-password') @endsection @section('page-script') @vite(['resources/assets/js/driver.js']) @endsection