@extends('layouts.app') @section('title', 'Permits & Renewals') @use(App\Support\Expiry) @section('content')
| Name | Passport | Site | Expiry | Status | |
|---|---|---|---|---|---|
| {{ $s->name }} | {{ $s->passport_no ?? '—' }} | {{ $s->site?->name ?? '—' }} | {{ optional($s->$col)->format('d M Y') }} | {!! Expiry::chip($s->$col) !!} | Renew |
| Nothing expiring within {{ $days }} days. | |||||