{{-- Example @url : https://github.com/jeroennoten/Laravel-AdminLTE/wiki/4.-Usage --}} @extends('adminlte::page') {{-- Allow DataTable --}} @section('plugins.Datatables', true) @section('title', 'List SKP Pegawai | ESKP BKD IAIN TERNATE') @section('content_header')
ID | Tanggal Pengajuan | Status | Nama Pegawai | Departemen | Action | @foreach($data as $d)
---|---|---|---|---|---|
{{ $d->id }} | {{ $d->tanggal_pengajuan ?? "-" }} | {{ $d->getStatusString() }} | {{ $d->Pegawai->nama }} | {{ $d->Pegawai->biro }} | id."/detail") }}" class="btn btn-primary">Detail |