$whereTypes = ['png','jpeg','JPG','jpg']; $media = PostFile::where('post_id', $post->id)->whereIn('type', $whereTypes)->first();
$whereTypes = ['png','jpeg','JPG','jpg']; $media = PostFile::where('post_id', $post->id)->whereIn('type', $whereTypes)->first();