@php App::setLocale(userLocal()); @endphp
@yield('title')
@include('layouts.meta_tags') @if (findDirectionOfLang() == 'rtl')
@else
@endif
{{-- Chart js --}}
{{-- All icon-fonts --}}
@stack('styles') @yield('style')
@include('backend.partials.header') @include('backend.partials.sidebar')
@yield('content') @include('backend.partials.footer')
Search By
Loading...
No data found!
{{-- theme mode switch --}} {{-- Chart --}} {{-- All Plugin js --}} {{-- CKeditor js --}} {{-- Custom Js --}} @vite(['resources/js/app.js']) {{-- alert message --}} @include('backend.partials.alert-message') {{-- delete method --}} @stack('script') @yield('script')