{{ $shop->name }}
{{ $agent->getName() }} ({{ $agent_status }})
{{-- --}} @unless(Auth::guard('customer')->check())

{!! trans('theme.login_to_chat') !!} {{ trans('theme.button.login') }}

@else

{!! trans('theme.connecting') !!}

@endunless
@if (Auth::guard('customer')->check())
{{-- --}}
@endif
@if (Auth::guard('customer')->check()) @if (env('APP_DEBUG', false)) @endif @endif