{{-- list-btn-apple --}} @php $dataDevice = ($device->isMobile())?'movil':(($device->isTablet())?'tablet':'desktop'); $dataSystem = ($device->isiOS())?'ios':(($device->isAndroidOS())?'android':'otro'); $url_apple = (config('resto.url_apple_directory') && config('resto.url_apple_directory') != '' ) ? config('resto.url_apple_directory') : ($_restaurant->app_config ? $_restaurant->app_config->url_apple : ''); $url_android = (config('resto.url_android_directory') && config('resto.url_android_directory') != '' ) ? config('resto.url_android_directory') : ($_restaurant->app_config ? $_restaurant->app_config->url_android : ''); $apple_download = (config('resto.apple_download_directory') && config('resto.apple_download_directory') != '' ) ? config('resto.apple_download_directory') : ($_restaurant->app_config ? $_restaurant->app_config->apple_download : false); @endphp @if( (isset($is_title) && $is_title) && (($apple_download && $dataSystem != 'android') || (isAppAndroid() && ($dataSystem == 'android' || $dataDevice == 'desktop'))) )

@lang('trans.mobile_apps.title')

@endif