@extends('layout') @section('title','Projects') @section('content')
Delivery scope, milestones, acceptance, billing, collection, costs, exceptions, and learning in one connected view.
Create a project directly or convert an accepted opportunity.
| Project | Client | Status | Health | Manager | Milestones | End | Budget |
|---|---|---|---|---|---|---|---|
| {{ $project->code }}{{ $project->name }} | {{ $project->actor->name }} | {{ $project->status->label() }} | {{ str($project->health)->replace('_',' ')->title() }} | {{ $project->manager?->name ?? 'Unassigned' }} | {{ $project->milestones_count }} | {{ $project->ends_on?->format('d M Y') ?? 'Not set' }} | {{ number_format((float)$project->budget,0) }} {{ $project->currency }} |