@extends('home.layout-index') @section('content') @php $modul="Tindak Lanjut"; $modula="m_tindaklanjut"; @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; !!} |
|