{{ config('app.name', 'Laravel') }}
@if(Auth::guard('admin')->check()) {{--
{{ __('List Of Question') }}
--}}
{{ Auth::user()->name }}
{{ __('Logout') }}
@csrf
@endif
@yield('content')