@extends('Layouts.actualJobLayout') @section('content')
@include('includes.messages')
@if(!$expired)
{{--

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

--}} {{--

.

--}} {{--

{{$job->title}} at {{$job->user->firstname}}

--}}

{{$job->title}} - {{strtoupper($job->job_id)}}

{{--
Profile Views

0

Profile Views
Rating

...

Rating
--}}
{{----}} @if($job)
{{$job->title}}
Description
{!! $job->description !!}

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

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

{{--@if($applyStatus == 0)--}}
{{--@else--}} {{--
You already applied for this job. | Status:{{ ($job->acceptance_status == 0 ? 'pending' : 'In-view')}}
--}} {{--@endif--}}
@endif
@if(date('Y-m-d') < $job->deadline)

Please note the asterisked fields are COMPULSORY to fill .


{{--
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.

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