{{-- 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')

SKP IAIN Ternate

@stop @section('content')
@include('alert')
Add
@foreach($data as $d) @endforeach
ID Tanggal Pengajuan Tanggal Pengesahan Status Departemen Action
{{ $d->id }} {{ ($d->tanggal_pengajuan != null) ? $d->tanggal_pengajuan->format("d-m-Y H:i") : "-" }} {{ ($d->tanggal_pengesahan != null) ? $d->tanggal_pengesahan->format("d-m-Y H:i") : "-" }} {{ $d->getStatusString() }} {{ $d->Pegawai->biro }} id."/detail") }}" class="btn btn-primary">Detail
@stop {{-- @section('css') @stop --}} @section('js') @stop