@extends('layouts.app') @section('title', 'Dashboard') @use(App\Support\Expiry) @section('content')
Active Staff
Resigned
Other / Unverified
Permits ≤30d
| Site | Staff | Records | |
|---|---|---|---|
| {{ $row->name }} | {{ $row->staff }} | {{ $row->c }} | view |
| No attendance recorded yet this month. Start marking. | |||
| {{ \Illuminate\Support\Str::limit($s->name, 22) }}
{{ $s->site?->name ?? '—' }} |
{{ optional($s->$col)->format('d M Y') }}
{!! Expiry::chip($s->$col) !!}
|
| Nothing expiring soon 🎉 |