@if ($bs->is_analytics == 1)
{!! $bs->google_analytics_script !!}
@endif
Probash Service Foundation
{{ $bs->website_title }} @yield('pagename')
@yield('styles')
@if ($bs->is_tawkto == 1 || $bex->is_whatsapp == 1)
@endif
@if (count($langs) == 0)
@endif
@if ($be->theme_version == 'dark')
@endif
@if ($rtl == 1)
@endif
@if ($bs->is_appzi == 1)
@endif
@if ($be->is_facebook_pexel == 1)
{!! $be->facebook_pexel_script !!}
@endif
@if ($bs->is_appzi == 1)
{!! $bs->appzi_script !!}
@endif
@yield('content')
{{-- WhatsApp Chat Button --}}
{{-- --}}
{{-- Cookie alert dialog start --}}
@if ($be->cookie_alert_status == 1)
@include('cookie-consent::index')
@endif
{{-- Cookie alert dialog end --}}
{{-- Popups start --}}
@includeIf('front.partials.popups')
{{-- Popups end --}}
@php
$mainbs = [];
$mainbs = json_encode($mainbs);
@endphp
{{-- whatsapp init code --}}
@if ($bex->is_whatsapp == 1)
@endif
@if (session()->has('success'))
@endif
@if (session()->has('error'))
@endif
@if ($bs->is_tawkto == 1)
{!! $bs->tawk_to_script !!}
@endif
@if ($bs->is_addthis == 1)
{!! $bs->addthis_script !!}
@endif