@extends('layouts.app') @section('content')
Only admins can manage users.
@endif| Vessel | Certificate | Expiry Date | Status | Action |
|---|---|---|---|---|
| {{ $cert->vessel->name }} | {{ $cert->certificate->name }} | {{ $cert->expiry_date->format('Y-m-d') }} | @if($isDanger) Critical - {{ $daysLeft }} days @else Warning - {{ $daysLeft }} days @endif |
No certificates expiring in the next {{ $warningDays }} days.
@endif| Vessel | Certificate | Expiry Date | Overdue | Action |
|---|---|---|---|---|
| {{ $cert->vessel->name }} | {{ $cert->certificate->name }} | {{ $cert->expiry_date->format('Y-m-d') }} | {{ $daysOverdue }} days overdue |
No expired certificates.
@endif