@extends('layouts.admin')
@section('title', 'Engineers')
@section('content')
Phase 2 of 'City Infra Renewal' starts next Monday. We need to assign 4 more Senior Engineers.
| Employee ID | Engineer / Specialist | Contact Details | Assignment Status | Actions |
|---|---|---|---|---|
| {{ $u->employee_id ?? '-' }} |
{{ strtoupper(mb_substr($u->name, 0, 1)) }}
{{ $u->name }}
{{ $u->designation ?? 'Engineer' }}
|
{{ $u->email }}
{{ $u->phone ?? '-' }}
|
|
|
| No engineers found. | ||||