{{ $pageTitle ?? __('Outdoor Displays') }}

{{ $pageTitle ?? 'Outdoor Displays' }}

Submit outdoor display proof with optional calendar start and end times for your records.

@csrf

File upload will be added later. For now, paste a file path or reference if needed.

Recent Submissions

Last {{ is_countable($recentProofs ?? null) ? count($recentProofs) : 0 }} entries

@forelse (($recentProofs ?? []) as $proof) @php $submittedBy = trim(($proof->user?->name ?? '').' '.($proof->user?->surname ?? '')); $reviewedBy = trim(($proof->reviewer?->name ?? '').' '.($proof->reviewer?->surname ?? '')); @endphp @empty @endforelse
Date Submitted By Title URL File Status Reviewed By Reviewed At Review Notes
{{ optional($proof->proof_date)->format('Y-m-d') ?? $proof->proof_date }} {{ $submittedBy !== '' ? $submittedBy : '—' }} {{ $proof->title }} @if($proof->url) {{ $proof->url }} @else @endif @if($proof->file_path) View File @else @endif {{ $proof->status }} {{ $reviewedBy !== '' ? $reviewedBy : '—' }} {{ $proof->reviewed_at ? $proof->reviewed_at->format('Y-m-d H:i') : '—' }}
{{ $proof->review_notes ?? '—' }}
No proof submissions yet.