{{-- home-section-apps --}}
@if ( (!\Request::is('*app*') && (isAppAndroid() || ($_restaurant->app_config ? $_restaurant->app_config->apple_download : false))) || ($template_name == 'template3' || $template_name == 'template6'))
@if ($template_name == 'template3') @include('shared.commons.rating-btn-description', [ 'rating' => $resto_total_ratings_votes, 'url_comments' => comment_url(), ]) @endif @php $btn_apps = false; @endphp @if ( (!\Request::is('*app*') && (isAppAndroid() || ($_restaurant->app_config ? $_restaurant->app_config->apple_download : false))) || $template_name == 'template6' ) @php $btn_apps = true; $title_apps = false; @endphp @if (!\Request::is('*app*')) @php $title_apps = true; @endphp
@lang('trans.mobile_apps.download', ['restaurant' => $tplData['restaurant_name']])
@endif @if ($template_name == 'template6')
@lang('home.home_directory.home_apps.download', ['restaurant' => $tplData['restaurant_name']])

@lang('home.home_directory.home_apps.description')

@endif @include('shared.commons.list-btn-apple') @endif @if($template_name == 'template3') @include('shared.commons.container-order-reorder', ['class_container' => 'container-order-reorder '.($btn_apps ? 'appshow':'' )]) @endif
@endif @if ($template_name == 'template6')
{{ getAltImages() }}
@endif
@if ($template_name != 'template6' && $template_name != 'template3') @include('shared.commons.container-order-reorder') @endif