@php($screen = '')
@if(!empty($contents->getContentScreens))
@if(!empty($contents->getContentScreens[0]->getScreen->screenTranslation->title))
@php($screen = $contents->getContentScreens[0]->getScreen->screenTranslation->title)
@endif
@endif
@php($screen_location = '')
@if(!empty($contents->getContentScreens))
@if(!empty($contents->getContentScreens[0]->getScreen->venue->location))
@php($screen_location = $contents->getContentScreens[0]->getScreen->venue->location)
@endif
@endif