@php $promotionImage = !empty($promotion->image ?? '') ? ImageOS::photo($promotion->image, 0, 0) : ''; if(Agent::isMobile() && !empty($promotion->image_xs ?? '')) { $promotionImage = ImageOS::photo($promotion->image_xs, 0, 0); } $locale = app()->getLocale() == 'en' ? '_en' : ''; @endphp @extends('shared.front') @section('content')