@php($headerOption = \App\Http\Controllers\Controller::getHeaderOptions( '', '', [], [] )) @extends('admin.layouts.layout', $headerOption) @section('content')
Applications are flagged as overdue after {{ $threshold }} weekdays in review. Overdue rows are highlighted in red.
@forelse($apps as $key => $app) @empty @endforelse
# DBA Processor Sales Rep Submitted At Days in Review Actions
{{ $key + 1 }} {{ $app->dba ?: ($app->legal_name ?: 'Application #' . $app->id) }} @if($app->is_overdue) Overdue @endif {{ $app->processorInfo->value_name ?? '—' }} {{ $app->owner->full_name ?? '—' }} {{ $app->turbo_app_submitted_at ? $app->turbo_app_submitted_at->format('M d, Y') : '—' }} {{ $app->days_in_review }} day{{ $app->days_in_review == 1 ? '' : 's' }}
No applications currently in Pending Review.
@endsection @push('page_script') @endpush