@extends('layouts.app') @section('content')

{{ $project->title }}

Focus Area: {{ $project->focus_area }}

Status: {{ $project->status }}

{{ $project->description }}

@if ($project->progress_report) Download Full Report @endif ← Back to All Projects
@endsection