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

Data Peserta Kursus

@include('layouts.com.alert')
@foreach($peserta as $pst) @endforeach
Peserta Gender TTL No. Handphone Alamat
{{$pst->id}} | {{$pst->nama}}
{{$pst->user->email}}
{{$pst->gender == 'L' ? 'Laki-laki' : 'Perempuan'}} {{$pst->tempat_lahir}}
{{$pst->tanggal_lahir}}
{{$pst->nohp}} {{$pst->alamat}}
@method('DELETE') @csrf Ubah
@endsection @section('script') @include('layouts.lib.datatablesJS') @stop