@foreach ($files as $file)
@if (in_array(strtolower(pathinfo($file->file_path, PATHINFO_EXTENSION)), ['jpg', 'jpeg', 'png', 'gif'])) @else @endif
@endforeach