@extends('layouts.app') @section('title', 'Permits & Licenses') @section('content')
Permit and license renewal alerts
| Reference | Name | Type | Status | Expiry Date | Actions |
|---|---|---|---|---|---|
| {{ $permit->reference_number }} | {{ $permit->name }} | {{ ucfirst(str_replace('_', ' ', $permit->type)) }} | {{ ucfirst(str_replace('_', ' ', $permit->status)) }} | {{ $permit->expiry_date ? $permit->expiry_date->format('M d, Y') : 'N/A' }} | View Edit |
| No permits/licenses found. | |||||