@foreach($venues as $venue) @php($selected_screens = 0) @php($screen_count = count($venue->venuScreens))
{{ !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) }}
Double click to delete
{{!empty($venue->venueTranslation->short_description) ? $venue->venueTranslation->short_description : "N/A" }}