@include('common.script.select-multi-section')
@include('common.lfm', [ 'type' => 'image', 'name' => 'Image', 'input' => 'image', 'required' => false, 'file' => $data->image ?? null, ])
@if(old('section') != null) @php $i = 0; @endphp @foreach(old('section') as $oldData)

@php $i++ @endphp @endforeach @else @if(!empty($data->section_content) && count($data->section_content)) @php $i = 0; @endphp @foreach($data->section_content as $section)

@php $i++ @endphp @endforeach @else

@endif @endif