@extends('layouts.app') @section('title','Projects') @section('content')
| Project | Customer | Start | End | % | Status | |
|---|---|---|---|---|---|---|
| {{ $item->name ?? '—' }} | {{ $item->customer->name ?? '—' }} | {{ $item->start_date ?? '—' }} | {{ $item->end_date ?? '—' }} | {{ $item->completion_percent ?? '—' }} | {{ $item->status ?? '—' }} | |
| No records found | ||||||