@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 | Group | Processor | Status | Last Batch |
|---|---|---|---|---|---|---|
| {{ ($data->firstItem() ?? 0) + $i }} | {{ $merchant->dba ?: $merchant->legal_name }} @if($merchant->lead_id) @endif | {{ $merchant->mid ?? '—' }} |
{{ $merchant->group_text ?: '—' }} | {{ $merchant->processor_text ?: '—' }} | @php($status = $merchant->statuses[$merchant->status] ?? null) @if($status) {{ $status['name'] }} @else — @endif | {{ $merchant->last_batch_date ? \App\Helpers\Helper::showdate($merchant->last_batch_date, false) : '—' }} |
| No merchant data found. | ||||||