@extends('be.layout-index')
@section('content')
@php
$modul="Dokumen Sidang";
$modula="m_sidang";
@endphp
| id |
Deskripsi |
Dokumen |
Actions |
@php
if (!empty($list)) {
$datatableconf='
{
"columnDefs": [
{
"targets": [0],
"visible": false,
"searchable": false,
}],
"order": [[ 0, "desc" ]]
}';
Session::flash('datatableconf',$datatableconf);
foreach ($list as $row) {
@endphp
| {!!$row->id!!} |
{!!$row->deskripsi!!} |
@if($row->dokumen!="")
Download
@endif
|
|
@php
}
}
@endphp
@endsection