@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Compliance dashboard')) @section('content') @include('admin.disciplinary.partials.styles')
{{ __('Rolling window') }}: {{ $windowMonths }} {{ __('months') }}
| {{ __('Employee') }} | {{ __('Points') }} |
|---|---|
| {{ $r->staff->user->name ?? ('#'.$r->staff_id) }} | {{ $r->total_points }} |
| {{ __('No negative scores in window.') }} | |
| {{ __('Case') }} | {{ __('Employee') }} | {{ __('When') }} |
|---|---|---|
| #{{ $h->id }} | {{ $h->incident->staff->user->name ?? '—' }} | {{ $h->hearing_at?->format('d M Y H:i') }} |
| {{ __('No upcoming hearings.') }} | ||
| {{ __('Case') }} | {{ __('Employee') }} | |
|---|---|---|
| #{{ $a->disciplinary_case_id }} | {{ $a->staff->user->name ?? '—' }} | {{ __('Review') }} |
| {{ __('No pending appeals.') }} | ||
{{ __('No unread alerts.') }}
@endforelse