rtl_ltr == 1) dir="ltr" @else dir="rtl" @endif>
@yield('title')
@include('backend.layouts.assets.css') @stack('css')
{{ localize('please_wait') }}
@include('backend.layouts.sidebar')
sidebar toggle
{{ localize('cache_clear') }}
{{ auth()->user() ? ucwords(auth()->user()->full_name) : '' }}
{{ auth()->user()->user_type_id == 1 ? 'Admin' : 'Staff' }}
{{ auth()->user() ? ucwords(auth()->user()->full_name) : '' }}
{{ auth()->user() ? auth()->user()->email : '' }}
{{ localize('manage_your_account') }}
{{ localize('sign_out') }}
@csrf
Close
{{--
--}} @yield('content') {{--
--}}
@include('backend.layouts.footer')
{{ localize('update_profile_information') }}
@csrf
{{ localize('full_name') }}
*
{{ localize('contact_no') }}
*
{{ localize('profile_picture') }}
{{ localize('signature') }}
{{ localize('change_password') }}
@csrf
{{ localize('current_password') }}
{{ localize('new_password') }}
{{ localize('confirm_password') }}
@include('backend.layouts.assets.js') @include('sweetalert::alert') @stack('js')