@extends($activeTemplate.'layouts.master') @section('content')

{{$jobApplyCount}}

@lang('Total Jobs Apply')

{{$favoriteJobCount}}

@lang('Total Favourite Job')
@lang('Profile Update Alert')
If your Profile is not up to date then Update your profile before apply for any job.

Latest Jobs

@forelse($jobs as $job) @empty @endforelse
@lang('Job Title') @lang('Description') @lang('Requirements') @lang('Deadline') @lang('Action')
{{__($job->title)}}
@php echo $job->description @endphp
@php echo $job->requirements @endphp
{{showDateTime($job->deadline, 'd M Y')}} @if ($job->status == Status::JOB_APPROVED) @lang('Details') @else @lang('Expired') @endif
{{ __($emptyMessage) }}
@if ($jobApplies->hasPages())
{{ paginateLinks($jobApplies) }}
@endif
@endsection