@extends('Layouts.dashboardLayout') @section('content')
@include('includes.messages')

Hi, {{Auth::user()->firstname}}!

.

@if(\Illuminate\Support\Facades\Auth::user()->educationInfo_filled != 0 && \Illuminate\Support\Facades\Auth::user()->personalInfo_filled != 0) @else
A test has been scheduled for you. You have to fill the information below before you can take the test.
@endif
@if(Auth::user()->resume_status == 0)

Upload your resume(.pdf*, .docx*)

UPLOAD RESUME
{{--
--}}
@endif
Your Stats
Profile Views

{{Auth::user()->profile_views}}

Profile Views
Rating

...

Rating
Test Scores
@if(count($testscores) != 0)
These are your test scores
@foreach($testscores as $testscore)
@endforeach @else
There are no scores on your score board.
@endif
{{--

Help employers find you easily by filling the following info.

--}}{{--
--}}{{--

I currently study here

Add new Education


I currently work here

Add new job Experience


--}}{{--
--}}{{--
--}}{{--

A bordered form group wrapper with a label on top of each form control.

--}}{{--
--}}
@include('includes.modals.modals') @include('includes.alerts') @endsection @section('script') @endsection