@extends('be.layout-index') @section('content') @php $modul="Dokumen Putusan"; $modula="m_putusan"; @endphp
@php if (!empty($list)) { $datatableconf=' { "columnDefs": [ { "targets": [0], "visible": false, "searchable": false, }], "order": [[ 0, "desc" ]] }'; Session::flash('datatableconf',$datatableconf); foreach ($list as $row) { @endphp @php } } @endphp
id Putusan No Putusan File Putusan Actions
{!!$row->id!!} {!!$row->note!!} {!!$row->no!!} @if($row->dokumen!="") dokumen)!!}" class="btn btn-primary btn-xs"> Download @endif
@endsection