@if (sizeof(config('lang.available')) > 1) @push('header') @at(tt('assets/styles/components/alerts/_lang.scss')) @endpush @push('toast-container') @if (!cookie()->has('current_lang') && is_installed())
{!! __('alerts.lang_message') !!}
@endif @endpush @push('footer') @at(tt('assets/js/alerts/lang.js')) @endpush @endif