@php($headerOption = \App\Http\Controllers\Controller::getHeaderOptions( '', '', [], [] )) @extends('admin.layouts.layout', $headerOption) @section('content')
| # | 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. | ||||||