@extends('layouts.internal') @section('title','Private Demo Setup ยท PLOCAL Internal') @section('content')

Local demonstration preparation

Private Demo Setup

This tool creates only private local Evaluation data for Demo General Contractor LA. It never publishes or changes a Profile or Market.

Demo status

Fictional Business
{{ $demo['business']?->display_name ?? 'Unavailable' }}
Private Evaluation
{{ $demo['evaluation'] ? 'Draft created' : 'Not created' }}
Active assignments
{{ $demo['assignments'] }}
@if(!$demo['evaluation'])
@csrf
@elseOpen Evaluator Workspace

Remove private demo

@csrf
@endif
@endsection