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