@if ($slocale->rtl == '1')
\
@else
@endif @yield('styles')
@if (Auth::user()->is_provider == 1)
@else
@endif
{{ __('Welcome!') }}
{{ __('Visit Store') }}
{{ __('Plan') }}
{{ __('Edit Profile') }}
{{ __('Change Password') }}
{{ __('Logout') }}
@if (Auth::user()->checkStatus())
{{ __('Visit Store') }}
{{ __('Dashbord') }}
@if ($gs->is_cart)
{{ __('Orders') }}
{{ __('All Orders') }}
@endif
{{ __('Products') }}
{{ __('Add New Product') }}
{{ __('Settings') }}
{{ __('Edit Profile') }}
{{ __('Subscription') }}
{{ __('Services') }}
{{ __('Banner') }}
@if ($gs->vendor_ship_info == 1)
{{ __('Shipping Methods') }}
@endif @if ($gs->multiple_packaging == 1)
{{ __('Packagings') }}
@endif
{{ __('Social Links') }}
@endif @yield('content')
@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