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

{{Auth::user()->firstname}} Dashboard

.

Your Stats
Total Jobs Opened

{{$jobs}}

Job opportunities from us
Total Acceptance made

{{$totalEmployment}}

All acceptance for various jobs
@if(Auth::user()->client->approval_status == 1)
{{--
TRENDS
--}}
@else

Your account have not been approved by the admin hence you can't enjoy perform any action yet.

You can also contact our team representative via this email address : c.achinihu@xlafricagroup.com

@endif {{--
@if(Auth::user()->resume_status == 0)

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

UPLOAD RESUME
--}}{{--
--}}{{--
@endif
Take a test
--}}
@include('includes.modals.modals') @include('includes.alerts') @endsection @section('script') @endsection