@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')
| # | Tracking | Merchant | MID | Last Batch Date | Start Processing | First Batch | Assigned Users | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} |
{{-- Phase 4b: Tracker enabled toggle --}}
tracker_enabled ? 'checked' : '' }}>
|
{{ $merchant->dba ?: $merchant->legal_name }}
In system: {{ \App\Helpers\Helper::showdate($merchant->created_at, false) }}
|
{{ $merchant->mid ?? '—' }} |
{{ $merchant->last_batch_date ? \App\Helpers\Helper::showdate($merchant->last_batch_date, false) : '—' }} | {{ $merchant->start_processing_date ? \App\Helpers\Helper::showdate($merchant->start_processing_date, false) : '—' }} | {{ $merchant->approval_date ? \App\Helpers\Helper::showdate($merchant->approval_date, false) : '—' }} | {{ $merchant->assigned_users_count ?? 0 }} | |
| No merchants in tracker. | ||||||||