Job Seekers
@foreach($usercontent as $j)
@endif
{{ $j->name }}
{{ $j->skills }}
{{ $c->job_title }}
@foreach($users as $k=>$us)
@if($c->organisation == $us->id)
{{ $us->name }}
@endif
@endforeach
{{ str_limit(strip_tags(html_entity_decode($c->job_description)), $limit = 300, $end = '...') }}
@if (Auth::check())
@php
$userId = Auth::user()->id;
@endphp
@foreach($savedjob as $s)
@if($s->job_id == $c->id && $s->user_id == $userId)
Applied
@endif
@endforeach
@endif
{{ $c->job_title }}
{{ $c->organization }}
{{ str_limit(strip_tags(html_entity_decode($c->job_description)), $limit = 300, $end = '...') }}
Prime Jobs
@foreach($premiumjobs as $j)
@endif
@endif
@endforeach
{{ $j->job_title }}
@foreach($users as $k=>$us)
@if($j->organisation == $us->id)
{{ $us->name }}
@endif
@endforeach
Get regular updates in your mailbox
Featured Jobs
@foreach($featuredjobs as $j)
@endif
@endif
@endforeach
{{ $j->job_title }}
@foreach($users as $k=>$us)
@if($j->organisation == $us->id)
{{ $us->name }}
@endif
@endforeach
@endif
{{ $a->title }}
@endif