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