@extends('layouts.admin') @section('title', 'Marketing Management') @section('content')
Overview of alerts, contracts, documents, and rates
| Title | Severity | Triggered | Actions |
|---|---|---|---|
|
{{ $a->title }}
{{ $a->description }}
|
@php $sevMap = [ 'info' => 'bg-blue-100 text-blue-800', 'warning' => 'bg-yellow-100 text-yellow-800', 'critical' => 'bg-red-100 text-red-800' ]; @endphp {{ $a->severity }} | {{ optional($a->triggered_at)->format('Y-m-d H:i') }} | |
| No recent alerts | |||
| Title | Number | End Date | Actions |
|---|---|---|---|
| {{ $c->title }} | {{ $c->contract_number }} | {{ $c->end_date }} | View |
| No expiring contracts | |||