rtl == 1) dir="rtl" @endif>
@yield('og-meta')
{{ convertUtf8($user->username) }} - @yield('tab-title')
@includeIf('user-front.partials.styles')
@if ($userBs->whatsapp_status == 1)
@endif
@if (!empty($userBs->preloader))
@endif
@if ($userBs->theme === 'home_two')
@includeIf('user-front.partials.header_two')
@elseif($userBs->theme === 'home_three')
@includeIf('user-front.partials.header_three')
@elseif($userBs->theme === 'home_four')
@includeIf('user-front.partials.header_four')
@elseif($userBs->theme === 'home_five')
@includeIf('user-front.partials.header_five')
@elseif($userBs->theme === 'home_six')
@includeIf('user-front.partials.header_six')
@elseif($userBs->theme === 'home_seven')
@includeIf('user-front.partials.header_seven')
@else
@includeIf('user-front.partials.header')
@endif
@if (!request()->routeIs('front.user.detail.view'))
@php
$brBg = $userBs->breadcrumb ?? 'breadcrumb.jpg';
@endphp
@endif
@yield('content')
@if ($userBs->theme == 'home_two')
@includeIf('user-front.partials.footer_two')
@elseif($userBs->theme == 'home_three')
@includeIf('user-front.partials.footer_three')
@elseif($userBs->theme == 'home_four')
@includeIf('user-front.partials.footer_four')
@elseif($userBs->theme == 'home_five')
@includeIf('user-front.partials.footer_five')
@elseif($userBs->theme == 'home_six')
@includeIf('user-front.partials.footer_six')
@elseif($userBs->theme == 'home_seven')
@includeIf('user-front.partials.footer_seven')
@else
@includeIf('user-front.partials.footer')
@endif
@if ($userBs->whatsapp_status == 1)
{{-- WhatsApp Chat Button --}}
@endif
@includeIf('user-front.partials.scripts')