@php $content = old('content', $section->content ?? []); @endphp
@foreach(['heading' => 'Heading', 'subheading' => 'Subheading', 'body' => 'Body text', 'btn_text' => 'Button text', 'btn_url' => 'Button URL'] as $key => $label)
@if($key === 'body')
@else
@endif
@endforeach