{{ __('Edit User') }}

@csrf
@error('whs_code') {{ $message }} @enderror
@error('username') {{ $message }} @enderror

{{ __('User Authorization') }}

@php $menuMapping = [ 'Master' => 'Master', 'Transaction' => 'Transaction', 'Report' => 'Report', ]; $currentMenu = null; @endphp @foreach($auths as $auth) @if ($currentMenu != $menuMapping[$auth->menu]) @php $currentMenu = $menuMapping[$auth->menu]; @endphp @endif @endforeach
{{ __('Module') }} {{ __('Read') }} {{ __('Create') }} {{ __('Update') }} {{ __('Delete') }}
{{ $auth->modul }} auth, ['R']) ? '' : 'disabled' }}> auth, ['C']) ? '' : 'disabled' }}> auth, ['U']) ? '' : 'disabled' }}> auth, ['D']) ? '' : 'disabled' }}>
@livewireScripts