@include('front.partials.top-header') @include('front.partials.desktop.search-header') @include('front.partials.sticky-header')
@include('front.partials.mobile.menu')
@if (session('success'))
{{ session('success') }}
@endif

{{ __('messages.live_support') }}

{{ __('messages.chat_with_admin') }}

{{ __('messages.chat_intro_ifconnected') }}

{{ __('messages.online') }}
@csrf
@php $user = auth()->user(); @endphp
...
@include('front.partials.footer') @vite(['resources/js/app.js'])