@extends('layouts.admin')
@section('title', 'Logistic Supervisors')
@section('content')
Logistics team is tracking 8 incoming shipments for 'North Bridge' project.
| Employee ID | Coordinator / Supervisor | Contact Details | Status | Actions |
|---|---|---|---|---|
| {{ $u->employee_id ?? '-' }} |
{{ strtoupper(mb_substr($u->name, 0, 1)) }}
{{ $u->name }}
{{ $u->designation ?? 'Logistics Coordinator' }}
|
{{ $u->email }}
{{ $u->phone ?? '-' }}
|
|
|
| No logistic supervisors found. | ||||