@php( $headerOption = \App\Http\Controllers\Controller::getHeaderOptions( $title ?? '', $subTitle ?? '', isset($filters) ? $filters : [], isset($advancedFilters) ? $advancedFilters : [] ) ) @php($headingOptions = [ ' My Merchants', ]) @extends('admin.layouts.layout', $headerOption) @section('content')
| Merchant | MID | Chargeback Date | Transaction Date | Amount | Cardholder | Account (Last 4) | Case # | Reason Code | Currency | Card Type | Auth Code | Status | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row->merchant_dba ?? '—' }} | {{ $row->merchant_mid ?? '—' }} |
{{ $row->chargeback_date ? \App\Helpers\Helper::showdate($row->chargeback_date, false) : '—' }} | {{ $row->transaction_date ? \App\Helpers\Helper::showdate($row->transaction_date, false) : '—' }} | ${{ number_format($row->amount ?? 0, 2) }} | {{ $row->cardholder_name ?? '—' }} | {{ $row->masked_cardholder_account ?? '—' }} | {{ $row->case_number ?? '—' }} | {{ $row->reason_code ?? '—' }} | {{ $row->currency_code ?? '—' }} | @if($row->card_type) {!! \App\Helpers\Helper::cardImgTag($row->card_type) !!} @else — @endif | {{ $row->auth_code ?? '—' }} | Open | |
| No disputes found for the selected filters. | |||||||||||||