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