@extends('layouts.main') @section('title', 'All Projects') @section('content')
| Project Name | Client | End Date | Status | Progress | Actions |
|---|---|---|---|---|---|
| {{ $project->name }} | {{ $project->client->name ?? 'N/A' }} | {{ \Carbon\Carbon::parse($project->end_date)->format('M d, Y') }} | {{ $project->status }} | {{ $project->progress }}% | View |
| No projects found. | |||||