@extends('layouts.admin') @section('title', 'Logistic Supervisors') @section('content') Add Coordinator
Filter Team
{{--
Supply Chain
Material Flow

Logistics team is tracking 8 incoming shipments for 'North Bridge' project.

--}}
@forelse ($logisticSupervisors as $u) @empty @endforelse
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 ?? '-' }}
Details Edit
No logistic supervisors found.
{{ $logisticSupervisors->links() }}
@endsection