@extends('crudbooster::admin_template') @section('content') @foreach($result as $row) @endforeach
NIK Nama Alamat Telp Action
{{$row->nik}} {{$row->nama_lgkp}} {{$row->alamat2}} {{$row->no_telp . ' - ' . $row->telp }} @if(CRUDBooster::myPrivilegeId()!=2) @if($row->owner_priv==CRUDBooster::myPrivilegeId()) @if($row->status_id==1 || $row->status_id==2) Setujui @endif @if($row->status_id==5) Hadir Batal @endif @if($row->status_id==6) Batal @endif Hist @endif @endif

{!! urldecode(str_replace("/?","?",$result->appends(Request::all())->render())) !!}

@endsection