@if($table['tambah'] != "") @endif
@for($i=0; $i < count($namatab); $i++) @php $act = $i == 0 ? "active" : ""; @endphp
@if(isset($table['tpwidth'][$i]) && $table['tpwidth'][$i] != "-") @php $html = ""; $to_width=0; for($k=0; $k < count($table['thead']); $k++ ){ $html .=''.$table['thead'][$i][$k].''; $to_width+= intval($table['thwidth'][$i][$k]); } @endphp {!! $html !!}
@else @for($k=0; $k < count($table['thead'][$i]); $k++ ) @endfor
{{ $table['thead'][$i][$k] }}
@endif
@endfor
@include('modal_preview')