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