@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
{{-- @dump($thead)
@dump($thwidth)
@dd($thclass) --}}
@for ($i = 0; $i < count($thead); $i++)
{{ $thead[$i] }} |
@endfor
@endif