@extends('layouts.internal')
@section('title', 'Business Submissions · PLOCAL Internal')
@section('content')
Submission review queue A Business purchases its PLOCAL Evaluation directly at checkout — payment confirmation, not a Reviewer decision, activates the Evaluation. Once active, staff record the six intake/verification checks here during the 96-hour Evaluation window. There are no business submissions in this filter.Business Submissions
No submissions found
| Business | Category | Location | Status | Payment | Review | Submitted | Action |
|---|---|---|---|---|---|---|---|
| {{ $item->business_name }} | {{ $item->category_name }} | {{ $item->submitted_city_text }}, {{ $item->submitted_state_text }} | {{ str($item->submission_status)->replace('_', ' ')->title() }} | {{ $item->payment_status === 'paid' ? 'Payment Confirmed' : ($item->payment_status ? str($item->payment_status)->replace('_',' ')->title() : 'Awaiting Payment') }} | {{ $item->review_status ? str($item->review_status)->replace('_',' ')->title() : 'Unclaimed' }} | Open Submission |