@if(isset($tpwidth) && $tpwidth != "-")
@php
$html = ""; $to_width=0;
for($i=0; $i < count($thead); $i++ ){
$html .='
'.$thead[$i].' | ';
$to_width+= intval($thwidth[$i]);
}
@endphp
@else
@for($i=0; $i < count($thead); $i++ )
{{ $thead[$i] }} |
@endfor
@endif