@php $current_locale = get_current_locale(); $current_screen_mode = session()->get('screen_mode', 'light'); @endphp {{ config('app')['name'] }} @if (!isset($mode) || $mode != 'pdf') @endif @yield('style')
@yield('sidebar')
@include('tenant.layouts.navbar') @yield('breadcrumb')
@include('tenant.layouts.alert')
@include('tenant.layouts.pdf_header') @yield('content') @include('tenant.layouts.pdf_footer')
loader image
@if (config('app.debug'))
{{ $balanced_accounts_status == 'invalid' ? 'الفهرس غير متوازن ❌' : 'الفهرس متوازن ✔' }}
@endif @if (tenant()->is_demo)
@lang('general.trial_account')
@endif
@routes @stack('prepend-script') @scriptag('build/js/manifest.js') @scriptag('build/js/vendor.js') @scriptag('build/js/app.js') @scriptag('js/layouts/master.js', false) @scriptag('js/layouts/navbar.js', false) @scriptag('js/layouts/sidebar.js', false) @scriptag('js/libraries/herotable.js', false) {{-- Localization Function --}} @php $translations = file_get_contents(resource_path('lang/'. $current_locale['small_code'] .'.json')); @endphp @stack('script')