@yield('style_files')
@if(Auth::check()) @if(Auth::user()->blocked == 0) @if(Auth::check())
@endif


@yield('content') @if (Auth::check())
@if($pending_chats == 0) @else {{ $pending_chats }} @endif
@if(Auth::user()->user_type->name == "Dealer Caller" || Auth::user()->user_type->name == "Inbound Caller" || Auth::user()->user_type->name == "Full BDC Caller") @endif @endif
@elseif(Auth::user()->blocked == 1)
 Alert!

{{Auth::user()->first_name}}, your account has been locked. Please get in contact with an admin user!

User: {{Auth::user()->email}}

@endif @else @if (Auth::check())
@endif
@yield('content') @if (Auth::check())
@if($pending_chats == 0) @else {{ $pending_chats }} @endif
@endif
@endif
@yield('scripts_extra')