{{ \Illuminate\Support\Str::title(\Illuminate\Support\Str::plural($recordtype->title)) }}
@if(isset($pendingOrProcessingRecords[$recordtype->recordType]))
{{ $pendingOrProcessingRecords[$recordtype->recordType]->status }}
@else
Pending
@endif
{{-- {{ dd($pendingOrProcessingRecords)}} --}}
@if(isset($pendingOrProcessingRecords[$recordtype->recordType]))
@if(!in_array($pendingOrProcessingRecords[$recordtype->recordType]->status, ['Failed', 'Pending']))
{{ $pendingOrProcessingRecords[$recordtype->recordType]->progress }}%
@else
@endif
@else
@endif
@if(isset($mappings[$recordtype['id']]))
@if ($mappings[$recordtype['id']]->date_range)
Import all {{ \Illuminate\Support\Str::title(\Illuminate\Support\Str::plural($recordtype->title)) }} since {{ \Carbon\Carbon::parse($mappings[$recordtype['id']]->date_start)->format('F jS, Y') }}.
@else
Import all {{ \Illuminate\Support\Str::title(\Illuminate\Support\Str::plural($recordtype->title)) }} since the start of time.
@endif
@else
Import all {{ \Illuminate\Support\Str::title(\Illuminate\Support\Str::plural($recordtype->title)) }} since the start of time.
@endif