{{-- Favicon --}} @if(isset($setting) && $setting->favicon) @endif {{-- Google Fonts --}} {{-- Bootstrap 5 --}} {{-- Font Awesome 6 --}} {{-- Select2 --}} {{-- Toastr --}} {{-- Custom Admin CSS --}} @stack('styles') {{-- Full-page navigation loader --}} {{-- Sidebar --}} {{-- Main Content --}}
{{-- Top Navbar --}} {{-- Page Content --}}
@include('backEnd.layouts.alerts') @yield('content')
{{-- Overlay for mobile --}} {{-- This Page Video Modal --}} {{-- Scripts --}} {{-- Toastr Config --}} {!! Toastr::message() !!} {{-- Sidebar Toggle (desktop collapse + shared init) --}} @php $adminNavExtras = []; if (\App\Services\SubscriptionModuleService::enabled('integrations') && auth()->user()?->can('settings.view')) { $adminNavExtras[] = ['href' => route('admin.settings.others', ['tab' => 'payment']), 'title' => 'Payment Settings', 'section' => 'Integrations', 'icon' => 'fas fa-credit-card', 'keywords' => ['payment', 'bkash', 'nagad', 'gateway', 'sslcommerz']]; $adminNavExtras[] = ['href' => route('admin.settings.others', ['tab' => 'mail']), 'title' => 'Email / SMTP', 'section' => 'Integrations', 'icon' => 'fas fa-envelope', 'keywords' => ['mail', 'smtp', 'email', 'send']]; $adminNavExtras[] = ['href' => route('admin.settings.others', ['tab' => 'fraud']), 'title' => 'Fraud Check', 'section' => 'Integrations', 'icon' => 'fas fa-shield-alt', 'keywords' => ['fraud', 'steadfast', 'pathao', 'redx', 'carrybee', 'ফ্রড']]; $adminNavExtras[] = ['href' => route('admin.settings.others', ['tab' => 'pixel']), 'title' => 'Facebook APP ID', 'section' => 'Integrations', 'icon' => 'fab fa-facebook', 'keywords' => ['fb', 'facebook', 'meta', 'app', 'pixel', 'login']]; $adminNavExtras[] = ['href' => route('admin.settings.others', ['tab' => 'courier_manual']), 'title' => 'Manual Courier', 'section' => 'Integrations', 'icon' => 'fas fa-truck', 'keywords' => ['manual', 'courier', 'delivery']]; $adminNavExtras[] = ['href' => route('admin.settings.others', ['tab' => 'courier']), 'title' => 'Courier API Settings', 'section' => 'Integrations', 'icon' => 'fas fa-shipping-fast', 'keywords' => ['courier', 'steadfast', 'pathao', 'redx', 'carrybee', 'api']]; } if (\App\Services\SubscriptionModuleService::enabled('social_ads')) { $adsIntegrations = route('admin.social.ads', ['tab' => 'integrations']); $adminNavExtras[] = ['href' => $adsIntegrations, 'title' => 'Facebook Pixel & CAPI', 'section' => 'Ad Management', 'icon' => 'fab fa-facebook', 'keywords' => ['fb', 'facebook', 'meta', 'pixel', 'capi', 'fbcapi', 'fbpixel', 'conversion', 'tracking', 'ads']]; $adminNavExtras[] = ['href' => $adsIntegrations, 'title' => 'Google Tag Manager (GTM)', 'section' => 'Ad Management', 'icon' => 'fab fa-google', 'keywords' => ['gtm', 'google', 'tag', 'manager', 'container', 'tracking']]; $adminNavExtras[] = ['href' => $adsIntegrations, 'title' => 'Google Analytics (GA4)', 'section' => 'Ad Management', 'icon' => 'fas fa-chart-line', 'keywords' => ['ga', 'ga4', 'google', 'analytics', 'measurement', 'tracking']]; $adminNavExtras[] = ['href' => route('admin.social.ads'), 'title' => 'Ad Management Dashboard', 'section' => 'Social Automation', 'icon' => 'fas fa-bullhorn', 'keywords' => ['ad', 'ads', 'campaign', 'utm', 'roas', 'spend', 'fb', 'gtm']]; } @endphp @auth @if(Route::has('admin.notifications.unread-count')) @endif @endauth @stack('scripts')