@extends('home.layout-index')
@section('content')
@php
$modul="Undangan";
$modula="undangan";
@endphp
| id |
No Laporan/Temuan |
Undangan |
@php
$datatableconf='
{
"order": [[ 0, "desc" ]],
"language": {
"search": "_INPUT_",
"searchPlaceholder": " Search"
},
}';
Session::flash('datatableconf',$datatableconf);
if (!empty($list)) {
foreach ($list as $row) {
@endphp
| {!!$row->id!!} |
{!!$row->no; !!} |
{!!$row->note; !!}
@if($row->dokumen!="")
Download
@endif
|
@php
}
}
@endphp
@endsection