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