@endif
| index == 7) colspan="3" @endif
style="width: @if($loop->index == 7) 100% @else 31% @endif;"
>
{{ $group['label'] }}
@foreach ( $group['questions'] as $question )
@php $text = $form->index( 'pdf', $question, '', false, false, $group ) @endphp
@php if($question['name'] == 'seller_sameLoad' || $question['name'] == 'destination_sameLoad') $text = ''; @endphp
@if($text)
{!! $text !!}
@endif
@endforeach
|
|
@if($loop->index == 2 || $loop->index == 4 || $loop->index == 6)