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

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

--}} {{--

.

--}}

My Applications

{{--
Profile Views

0

Profile Views
Rating

...

Rating
--}}
{{----}} @if(count($applications) > 0) @foreach($applications as $application)
{{$application->jobOpening->title}}
Description

{{$application->jobOpening->description}}

Status: {{($application->application_status == 0 ? 'Pending' : 'In view')}}
@endforeach
{{ $applications->links() }}
@else

You do not have any application history at the time.

@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