Project Management
@if (session('status'))
Kelola Projects
Buat dan pantau project untuk tiap client.
{{ session('status') }}
@endif
@if ($errors->any())
{{ $errors->first() }}
@endif
Project List
@if ($projects->isEmpty())No projects yet.
@else| Project | Client | Status | Due Date |
|---|---|---|---|
| {{ $item->title }} | {{ $item->client->company_name }} | {{ $item->status }} | {{ $item->due_date ?? '-' }} |