Back

Laravel WITH , Get only with if has record

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

$media->whereHas('post_picture',function($q) use($media_type) { $q->where('picture_type', $media_type); }); // whereHas