@php
// $lang = Session::get('language');
// dd($lang);
@endphp
@if (empty($lang) || !$lang->rtl)
{{-- NON RTL CSS --}}
@else
{{-- RTL CSS --}}
@endif
{{-- Bootstrap Switch --}}
{{-- Toastify --}}
{{-- Bootstrap Table --}}
{{-- Font Awesome --}}
{{-- Magnific Popup --}}
{{-- Select2 --}}
{{-- Tagify --}}
{{-- Sweet Alert --}}
{{-- Filepond --}}
{{-- Jquery Vectormap --}}
{{-- JS Tree --}}
{{-- --}}
{{-- --}}
@yield('css')