@extends('layouts.app') @php $fmtDate = fn($v) => $v ? \Illuminate\Support\Carbon::parse($v)->format('M j, Y H:i') : '—'; @endphp @section('title', $rule->code . ' — ' . $rule->name) @section('content')
{{ $rule->date_field }}
| When | Record | Days Overdue | Result | Notified |
|---|---|---|---|---|
| {{ $fmtDate($e->fired_at) }} | {{ class_basename($e->subject_type) }} {{ $e->subject_label }} | {{ $e->days_overdue ?? '—' }} | {{ $e->action_result }} | {{ $e->notifiedUser?->name ?? '—' }} |