@extends('layouts.dash') @section('style') @include('layouts.lib.datatablesJSCSS') @stop @section('content')

Data Kursus

@include('layouts.com.alert')
@foreach($peserta as $pst) @endforeach
Nomor Induk Peserta Tanggal Daftar Status
{{$pst->id}} {{$pst->nama}} {{$pst->created_at}} {{$pst->status()}} Detail Kursus
@endsection @section('script') @include('layouts.lib.datatablesJS') @stop