Data Dosen

Table Daftar Dosen

@foreach ($datas as $key => $item) @endforeach
No NIK Name City Mata Kuliah Created At Contact Action
{{ $key + 1 }} {{ $item->nik }} {{ $item->nama_lengkap }} {{ $item->regency?$item->regency->name:'-' }} @foreach ($item->courses as $course) {{$course->name}} @endforeach {{ $item->created_at }}
@if (session('success')) @endif @if (session('error')) @endif