@push('header') @at(tt('assets/styles/components/alerts/mobile.scss')) @endpush @push('content') @if (!cookie()->has('mobile_alert') && is_installed() && user()->device()->isMobile())
@t('def.alert')
@t('def.site_not_support')
@endif @endpush @push('footer') @at(tt('assets/js/alerts/mobile.js')) @endpush