@php $headerOption = \App\Http\Controllers\Controller::getHeaderOptions( $title ?? 'Residuals', $subTitle ?? 'Manage Report Mapping', isset($filters) ? $filters : [], isset($advancedFilters) ? $advancedFilters : [] ); @endphp @extends('admin.layouts.layout', $headerOption) @section('content')
{{-- Advanced Options --}}
Advanced Options
advanced_options['is_vantiv'] ?? false)) ? 'checked' : '' }}>
advanced_options['is_first_data_north'] ?? false)) ? 'checked' : '' }}>
advanced_options['is_first_data_omaha'] ?? false)) ? 'checked' : '' }}>
{{-- Action Buttons Row --}}
{{-- Missing Columns Notice --}}

Please review the mapping for your residual report. One or more columns are missing from the current report and have been removed. Here is a list of the missing columns:

{{-- Two Column Mapping Area --}}
{{-- LEFT: Report Use Fields --}}
Report Use
File Column
@foreach($reportFields ?? [] as $key => $field)
{{ $field['label'] }} @if(!empty($field['required'])) * @endif @if(!empty($field['info'])) @endif
@if($field['type'] === 'single')
Drag a file column here or click to select
@elseif($field['type'] === 'dual')
+ Plus column
- Minus column
@elseif($field['type'] === 'multi')
@endif
@endforeach
{{-- RIGHT: Available File Columns --}}
@foreach($fileColumns ?? [] as $col)
{{ $col }} FILE
@endforeach @if(empty($fileColumns))

No file columns available

@endif
{{-- Footer Buttons --}}
{{-- Unable to Import Section (shown after submit if no MIDs) --}}
Unable to Import Report

No information about merchant MIDs was found in the report.

Most likely the MID column is empty or contains incorrect values.

Please check the imported file or the mapping used.

@endsection @push('modals') {{-- Columns and Rows Settings Modal --}} {{-- Copy From Previous Mapping Modal --}} @endpush @push('page_script') @endpush