@php $lang = Session::get('language'); @endphp @if($lang) @if ($lang->is_rtl) @else @endif @else @endif @yield('title') || {{ config('app.name') }} @include('layouts.include') @yield('css')
{{-- header --}} @include('layouts.header')
{{-- siderbar --}} @include('layouts.sidebar')
@yield('content') {{-- footer --}} @include('layouts.footer')
@include('layouts.footer_js') {{-- After Update Notes Modal --}} @include('after-update-note-modal') @yield('js') @yield('script')