@extends('layouts.admin')
@section('title', 'Tasks')
@section('content')
| Task ID | Project / Site | Task Detail | Status | Assigned Team |
|---|---|---|---|---|
| #{{ $t->id }} |
{{ $t->project?->name ?? '-' }}
{{ $t->project?->code ?? '-' }}
|
{{ $t->title }}
{{ $t->description ?? 'No description' }}
|
|
E
{{ $t->engineer?->name ?? 'Unassigned' }}
S
{{ $t->siteSupervisor?->name ?? '-' }}
|
| No tasks found matching your criteria. | ||||