@php( $headerOption = \App\Http\Controllers\Controller::getHeaderOptions( $title ?? '', $subTitle ?? '', isset($filters) ? $filters : [], isset($advancedFilters) ? $advancedFilters : [] ) ) @php($headingOptions = [ ' My Merchants', ]) @php($exceptionCategories = [ 'NSF', 'Return Item', 'Unauthorized', 'Stop Payment', 'Account Closed', 'Refer to Maker', 'Uncollected Funds', 'Unable to Locate', 'Frozen Account', 'Bad Debt', 'Duplicate Entry', 'Stale Date', 'Postdated', 'Missing Signature', 'Irregular Signature', 'Altered Check', 'Endorsement Missing', 'Other' ]) @extends('admin.layouts.layout', $headerOption) @section('content')
| Merchant | MID | Date | Amount | Description |
|---|---|---|---|---|
| {{ $row->merchant_dba ?? $row->dba ?? '—' }} | {{ $row->merchant_mid ?? $row->mid ?? '—' }} |
{{ $row->transaction_date ? \App\Helpers\Helper::showdate($row->transaction_date, false) : '—' }} | ${{ number_format($row->amount ?? 0, 2) }} | {{ $row->description ?? $row->reason ?? '—' }} |
No records in this category.
@endif