{{----}}
{{----}}
@if(\Illuminate\Support\Facades\Auth::user()->personalInfo_filled == 0)
Ensure you fill your personal information so that you are profiled and you can take a test.
@elseif(\Illuminate\Support\Facades\Auth::user()->educationInfo_filled == 0)
Ensure you fill at least one educational Information so that you are profiled and you can take a test.
@endif
@yield('content')
@yield('script')