@extends('layouts.internal') @section('title', 'Award Corrections ยท PLOCAL Internal') @section('content')

Final Award authority

Award Corrections

PLOCAL is the sole final Award authority. Revocation, reinstatement, and explicit replacement correction are Administrator-only, append-only audited actions. Historical issuance is never deleted or rewritten.

@if($awards->isEmpty())

No Awards found

No Awards match this filter.

@else
@foreach($awards as $award) @endforeach
Award queue
AwardBusinessLevelPeriodStatusAction
{{ $award->public_id }} {{ $award->business_name }} {{ ucwords(str_replace('_', ' ', $award->award_level)) }} {{ $award->period_key }} ({{ $award->period_timezone }}) {{ $award->status === 'active' ? 'Currently valid' : 'No longer valid' }} Review
{{ $awards->links() }} @endif @endsection