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

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

.

Your Stats
Profile Views

0

Profile Views
Rating

...

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

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

UPLOAD RESUME
--}}{{--
--}}{{--
@endif--}} {{--@if(\Illuminate\Support\Facades\Auth::user()->experienceInfo_filled != 0 && \Illuminate\Support\Facades\Auth::user()->personalInfo_filled != 0)--}}
Take a test
{{--@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