@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')
({{ $totalUser > 0 ? round(($totalUser / $totalUser) * 100, 2) : 0 }}%)
({{ $totalUser > 0 ? round(($verified / $totalUser) * 100, 2) : 0 }}%)
({{ $totalUser > 0 ? round(($userDisabled / $totalUser) * 100, 2) : 0 }}%)
({{ $totalUser > 0 ? round(($notVerified / $totalUser) * 100, 2) : 0 }}%)
| {{ __('locale.ID') }} | {{ __('locale.User') }} | {{ __('locale.Email') }} | {{ __('locale.Verified') }} | {{ __('locale.Actions') }} |
|---|