Edit User: {{ $user->name }}
arrow_back Back to Users

User Details

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Account Type: @if($user->is_admin) admin_panel_settings Administrator @else person Regular User @endif

Joined: {{ $user->created_at->format('M d, Y') }}

Cancel

Permissions Summary

View Tickets

@if($user->is_admin) All tickets @elseif($user->can_respond_tickets) Own open tickets only @else No access @endif

Reply to Tickets

@if($user->is_admin || $user->can_respond_tickets) Allowed @else Not allowed @endif

Close Tickets

@if($user->is_admin) Allowed @else Not allowed @endif