{{-- Alphabet Filter --}}
@foreach(array_merge(range('A','Z'), ['ALL']) as $letter) @endforeach
{{-- Controls --}}
entries
{{-- Details Data Table --}}
@forelse($data as $row) @empty @endforelse
MerchantID MerchantName % Agent Net SheetName year_month merchant_id association_number association_name short_stw_name master_stw_name sales_rep_number sales_rep_name dba_name dba_city
{{ $row->merchant_number }} {{ $row->merchant_name }} {{ number_format($row->split_percentage, 2) }} {{ number_format($row->agent_net, 2) }} {{ $row->sheet_name }} {{ $row->year_month }} {{ $row->merchant_id ?: $row->merchant_number }} {{ $row->association_number }} {{ $row->association_name }} {{ $row->short_stw_name }} {{ $row->master_stw_name }} {{ $row->sales_rep_number }} {{ $row->sales_rep_name }} {{ $row->dba_name }} {{ $row->dba_city }}
No matching records found
@if(isset($data) && method_exists($data, 'links')) {{ $data->links() }} @endif