@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 {{$collection->title ? $collection->title : __('New Collection')}} @endif @else @if($collection->photo) @php $image_url = \App\Helpers\Helper::check_image_avatar($collection->photo->name, 200); @endphp {{$collection->title ? $collection->title : __('New Collection')}} @endif @endif
@if($key == 1 || $key == 3)
@endif @endforeach
@endif