@extends('home.layout-index') @section('content') @php $modul="Tindak Lanjut"; $modula="m_tindaklanjut"; @endphp
{!!$title!!}
{!!$modulinfo!!}
@php $datatableconf=' { "order": [[ 0, "desc" ]], "language": { "search": "_INPUT_", "searchPlaceholder": " Search" }, }'; Session::flash('datatableconf',$datatableconf); if (!empty($list)) { foreach ($list as $row) { @endphp @php } } @endphp
id No Laporan/Temuan No Rekomendasi Kategori Actions
{!!$row->id!!} {!!$row->no; !!} {!!$row->rekomendasi_no; !!} @if(session('uid')) @if($row->rekomendasi_file!="")
rekomendasi_file)!!}" class="btn btn-primary btn-xs"> Download @endif @endif
{!!$row->kategori; !!}
@endsection