@if (DB::table('admin_languages')->where('is_default', '=', 1)->first()->rtl == 1)
@else
@endif
@yield('styles')
@php
$curr = \App\Models\Currency::where('is_default', '=', 1)->first();
@endphp
@if (file_exists(public_path() . '/assets/admin/js/trumbowyg/langs/' . $current_locale . '.min.js'))
@endif
@yield('scripts')
@if ($gs->is_admin_loader == 0)
@endif