Edit User @if($user->id != Auth::user()->id) Confirm you would like to delete the user {{ $user->full_name() }} having email {{ $user->email }}. This action cannot be undone. @endif School @foreach ($schools as $school) @endforeach
Head Director
Administrator
Tabulator
Update User
Manually Set Password
Update Password
User Actions Timestamp IP User Message @foreach($userActions as $logEntry) {{ $logEntry->created_at }} {{ $logEntry->ip_address }} {{ $logEntry->user }} {!! $logEntry->message !!} @endforeach Log Entries Affecting User Timestamp IP User Message @foreach($logEntries as $logEntry) {{ $logEntry->created_at }} {{ $logEntry->ip_address }} {{ $logEntry->user }} {!! $logEntry->message !!} @endforeach