@foreach($gallery as $image)
  • @if(check_file_image($image->url)) @elseif(check_file_video($image->url)) @else @endif
  • @endforeach