Slideshow
position == 0) checked @endif>
position == 1) checked @endif>
position == 2) checked @endif>

@foreach($block->getImages()->orderBy('sort_order')->get() as $image)
@if(old('block.'.$blockRow.'.image.'.$imageRow.'.desaturate') !== null) @php($desaturate = old('block.'.$blockRow.'.image.'.$imageRow.'.desaturate')) @else @php($desaturate = $image->desaturate) @endif
Slideshow Image
@foreach($image->info as $data)
@endforeach
@php($imageRow++) @endforeach