@extends('layouts/layoutMaster') @section('title', __('locale.Users')) @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.Users') }}

{{ $totalUser }}

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

{{ __('locale.Total') }} {{ __('locale.Users') }}
{{ __('locale.Verified') }} {{ __('locale.Users') }}

{{ $verified }}

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

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

{{ $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.Actions') }}
{{ __('locale.Add User') }}
{{ csrf_field() }}
@include('_partials/_modals/modal-password') @endsection @section('page-script') @vite(['resources/assets/js/users.js']) @endsection