@extends('be.layout-index')
@section('content')
@php
$modul="Dokumen Kajian Awal";
$modula="m_kajianawal";
@endphp
|
id |
Dokumen |
Actions |
@php
if (!empty($list)) {
$datatableconf='
{
responsive: {
details: {
type: "column",
target: "tr"
}
},
"columnDefs": [
{
className: "control",
orderable: false,
targets:0,
},
{
"targets": [1],
"visible": false,
"searchable": false,
}],
"order": [[ 1, "desc" ]],
"language": {
"search": "_INPUT_",
"searchPlaceholder": " Search"
},
}';
Session::flash('datatableconf',$datatableconf);
foreach ($list as $row) {
@endphp
|
{!!$row->id!!} |
{!!$row->note!!}
@if($row->dokumen!="")
dokumen)!!}" target="_blank" class="btn btn-primary btn-xs"> Download
@endif
|
|
@php
}
}
@endphp
@endsection