@extends('layouts.admin') @section('title', 'Discrepancy Alerts') @section('content')
Review alerts and create manual flags.
| Date | Description | Amount | Status | Actions |
|---|---|---|---|---|
| {{ $a->txn_date?->format('M d, Y') ?? '-' }} | {{ $a->description }} | {{ number_format($a->amount,2) }} | {{ $a->resolved ? 'Resolved' : 'Open' }} | @if(!$a->resolved) @endif |
| No discrepancy alerts. | ||||