@extends('layouts.internal')
@section('title', 'Business of the Month · PLOCAL Internal')
@section('content')
Award progression Only Businesses with a legitimate Business of the Day Award inside this official America/Los_Angeles month may be selected. Selection is Administrator-only and only permitted after the month closes. No score, vote, or win count auto-selects a winner.Business of the Month — {{ $periodKey }}
This official month already has a Business of the Month Award (Business #{{ $pool['existing_award']->business_id }}, issued {{ \Carbon\Carbon::parse($pool['existing_award']->issued_at)->format('M j, Y') }}). Award history is append-only. Revoke or correct this Award if needed.
Business of the Month cannot be selected until this official PT month closes. The candidate pool below may still be reviewed.
No Business earned a Business of the Day Award inside this official month.
| Business | Day Awards this month | Status | Action |
|---|---|---|---|
| {{ $candidate->display_name }} | {{ count($candidate->bod_award_dates) }} ({{ implode(', ', $candidate->bod_award_dates) }}) | {{ str($candidate->eligibility_status)->title() }} | @if($pool['closed'] && !$pool['existing_award'] && $internalUser->hasPermission('recognition.final_decision')) @else Selection unavailable @endif |