@extends('layouts.app') @section('content')
| Code | Name | Region | Status | Launch Date | Actions |
|---|---|---|---|---|---|
| {{ $p->code }} | {{ $p->name }} | {{ $p->region?->name }} | @php $c=$p->status==='pre_launch'?'bg-yellow-100 text-yellow-700':($p->status==='active'?'bg-green-100 text-green-700':'bg-gray-100 text-gray-700') @endphp {{ str_replace('_',' ',ucfirst($p->status)) }} | {{ $p->launch_date }} | Edit |
| No phases | |||||