@php $user = auth()->user(); @endphp @if (session('locale') == 'bn')
@endif
{{ $settings['company_phone'] }}
{{ $settings['company_email'] }}
{{ $settings['company_address'] }}
{{ $settings['working_hours'] }}
@if ($user)
{{ t('topbar_dashboard') }}
{{ t('topbar_dashboard') }}
@else
{{ t('topbar_login') }}
{{ t('topbar_login') }}
@endif
@if (session('locale', 'en') == 'en') EN @elseif(session('locale', 'en') == 'ar') AR @elseif(session('locale', 'en') == 'bn') BN @endif
English
العربية
বাংলা
@if (!empty($settings['company_logo']))
@else
Inve
Security
@endif
{{ t('nav_home') }}
{{ t('nav_about') }}
{{ t('nav_services') }}
{{ t('nav_package') }}
{{ t('nav_blog') }}
{{ t('nav_contact') }}
{{ t('nav_get_started') }}
@if (!empty($settings['company_logo']))
@else
Inve
Security
@endif
{{ t('nav_home') }}
{{ t('nav_about') }}
{{ t('nav_services') }}
{{ t('nav_package') }}
{{ t('nav_blog') }}
{{ t('nav_contact') }}
@if ($user)
{{ t('topbar_dashboard') }}
@else
{{ t('topbar_login') }}
@endif
{{ t('nav_get_started') }}
@yield('content')