@if (empty($isErrorPage))
@auth
@else
@endauth
@endif
@if($livechat && $livechat->is_active)
@php
$url = null;
if ($livechat->provider === 'livechat') {
$url = "https://direct.lc.chat/{$livechat->script}";
}
if ($livechat->provider === 'tawk') {
$url = "https://tawk.to/chat/{$livechat->script}";
}
@endphp
@if($url)
-
@endif
@endif