@extends('layouts.admin') @section('title', 'Reconciliation Details') @section('content')
Uploaded on {{ $rec->uploaded_at->format('M d, Y') }}
| Date | Description | Amount | Status | Actions |
|---|---|---|---|---|
| {{ $line->txn_date->format('M d, Y') }} | {{ $line->description }} | {{ number_format($line->amount, 2) }} | {{ $line->is_matched ? 'Matched' : 'Unmatched' }} | |
| No transactions found. | ||||