{{ __('Manage SIWES Department Coordinators') }}

@if (auth()->user()->account_type !== 'siwes_director') @dd('YOU DO NOT HAVE ACCESS TO THIS PAGE') @endif
@if (session('success')) @endif @if (session('error')) @endif
LIST OF SIWES DEPARTMENT COORDINATORS
@php $serialNumber = 1; @endphp @foreach ($coordinators as $coordinator) @endforeach
S/N Name Email Phone Department Password Action
{{ $serialNumber++ }} {{ $coordinator->name }} {{ $coordinator->email }} {{ $coordinator->phone }} {{ $coordinator->department }} {{ $coordinator->temp_password }}
@csrf @method('DELETE')