@extends('layouts.app') @section('title', 'Projects — ' . config('app.name')) @section('content')
| Name | Team / Category | Description | Current status | Entries | Actions |
|---|---|---|---|---|---|
| {{ $project->name }} | {{ $project->team?->name ?? '—' }} / {{ $project->category?->name ?? '—' }} | {{ $project->description }} | @if ($project->latestEntry) @include('partials.status-badge', ['status' => $project->latestEntry->status]) {{ $project->latestEntry->entry_date->format('Y-m-d') }} @else — @endif | {{ $project->entries_count }} | Entries Edit |