@for ($i = 0; $i <=7; $i++) @foreach ($firmantes as $firmante) @if(isset($firmante[$i])) @php $style =''; if($i==0){ $style = "height:50px; border-bottom: 1px solid black !important;"; } $style.= "width: ".(100/count($firmantes))."%"; //dd($style); @endphp @else @endif @endforeach @endfor
@if($i==1) --------------------------------------
@endif {!! $firmante[$i] !!}