@yield('title') @if (session()->has('text_direction') && session()->get('text_direction') !== 'ltr') @endif @stack('css') @php $user=Auth::guard('web')->user(); @endphp
@yield('user-dashboard')
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @stack('js')