{{ @Auth::user()->name }}
রিসেট পাসওয়ার্ড
{{ __('লগ-আউট') }}
@if(count(config('panel.available_languages', [])) > 1)
{{ strtoupper(app()->getLocale()) }}
@foreach(config('panel.available_languages') as $langLocale => $langName)
{{ strtoupper($langLocale) }} ({{ $langName }})
@endforeach
@endif
@yield('content')
@yield('custom-js') @include('frontend.layouts.scripts')