@extends('layouts.admin') @section('title', 'Tax Calendar Alerts') @section('content')
Manage important tax deadlines and alerts.
| Title | Alert Date | Frequency | Status |
|---|---|---|---|
| {{ $alert->title }} | {{ $alert->alert_date->format('M d, Y') }} | {{ ucfirst($alert->frequency) }} | {{ $alert->is_active ? 'Active' : 'Inactive' }} |
| No tax alerts found. | |||