@php $settings = App\Models\Utility::settings(); $logo = \App\Models\Utility::get_file('public/'); $Lang = \App\Models\Languages::where('code',$currantLang)->first(); @endphp @if ($settings['cust_theme_bg'] == 'on' )
@else
@endif
@php $unseenCounter = App\Models\FloatingChatMessage::where('id', Auth::user()->id) ->where('is_read', 0) ->count(); @endphp