@extends('layout.template') @section('css') @endsection @section('isi')
| No | Nama Program | Jadwal | Pengajar | Aksi |
|---|---|---|---|---|
| {{ $no }} | {{ $item->nama }} | {{ date('d-M-Y', strtotime($item->mulai)). " s.d ". date('d-M-Y', strtotime($item->selesai)) }} | {{ $item->pengajar->nama ?? "-" }} | Setting Ujian |