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

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

--}} {{--

.

--}}

Latest Jobs

{{--
Profile Views

0

Profile Views
Rating

...

Rating
--}} Receive job posting mails.

{{----}} @if(count($jobs) > 0) @foreach($jobs as $job)
JOB TITLE: {{$job->title}}
{{--

Company: {{$job->user->firstname}}

--}}

JOB ID: {{strtoupper($job->job_id)}}

Description
{!! $job->summary !!}

Deadline: {{date('jS F, Y', strtotime($job->deadline))}}

Posted {{date('jS F, Y', strtotime($job->created_at))}}

$job->deadline ? 'disabled' : '')}} class="btn btn-danger float-right">Apply
@endforeach
{{$jobs->links()}}
@else
{{--

You successfully submitted your application

--}} {{--@if($result)--}}

{{--@if($result->badge_received == 1 && $result->score >= 80)--}}
Welcome here!
There are currently no opened roles. Please check back as the admin updates from time to time.
However you can subscribe to get notified.
{{--@endif()--}} {{--@endif--}}
@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