@extends('be.layout-index') @section('content') @php $modul="Dokumen Kajian Akhir"; $modula="m_kajianakhir"; @endphp
@php if (!empty($list)) { $datatableconf=' { "columnDefs": [ { "targets": [0], "visible": false, "searchable": false, }], "order": [[ 0, "desc" ]] }'; Session::flash('datatableconf',$datatableconf); foreach ($list as $row) { @endphp @php } } @endphp
id Kajian akhir Actions
{!!$row->id!!} {!!$row->note!!}
@if($row->dokumen!="") dokumen)!!}" class="btn btn-primary btn-xs"> Download @endif
@endsection