@extends('advertiser.layout.app') @section('advertiser_title', trans('landing.titles.select_screen')) @section('advertiser_content') @section('back_button') {{--
--}} @stop{{ !empty($screen->venue) && !empty($screen->venue->location) ? (strlen($screen->venue->location) > 19) ? substr($screen->venue->location, 0, 19). '...' : $screen->venue->location : '' }}
{{ !empty($screen->slotPrice) && !empty($screen->slotPrice->slots) && !empty($screen->slotPrice->slots->slotCurrency) ? $screen->slotPrice->slots->slotCurrency->code : "N/A" }} {{ priceFormat($slot_price) }}
{{ thousandsCurrencyFormat($screen->viewer) }}
{{!empty($venue->venueTranslation->short_description) ? $venue->venueTranslation->short_description : "N/A" }}