@if($collections)
{{$titleSlider}}
@foreach($collections as $key=>$collection)
@if($collection->link)
@if($collection->photo) @php $image_url = \App\Helpers\Helper::check_image_avatar($collection->photo->name, 200); @endphp
@endif
@else @if($collection->photo) @php $image_url = \App\Helpers\Helper::check_image_avatar($collection->photo->name, 200); @endphp
@endif @endif
@if($key == 1 || $key == 3)
@endif @endforeach
@endif