@extends('front.template.master') @section('title', $title) @section('content') {{-- @foreach($usercontent as $j) @endforeach --}}
{{csrf_field()}}
Looking For
@if (Auth::check()) @else @endif
@foreach($advertisement as $a)
@if(!empty($a->image)) @else @endif
@endforeach
Searching for a job?
@foreach($jobcontent as $c)
{{ $c->job_title }}
@foreach($users as $k=>$us) @if($c->organisation == $us->id) {{ $us->name }} @endif @endforeach
@if(!empty($c->experience)) Exp. Required : {{ $c->experience }} year's @else Exp. Required : 1 year @endif
@foreach($jobscity as $jc) @if($jc->city_id == $c->id) {{ $jc->city }}, @endif @endforeach @foreach($jobsstate as $s) @if($s->state_id == $c->id) {{ $s->name }}, @endif @endforeach @foreach($jobscountry as $k) @if($k->job_id == $c->id) {{ $k->name }} @endif @endforeach
Last date to apply {{ Carbon\Carbon::parse($c->closing_date)->format('d-M-Y') }}

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

@endforeach
{{--
{{csrf_field()}}
@foreach($content as $c)
{{ $c->job_title }}
{{ $c->organization }}
@if(!empty($c->experience)) {{ $c->experience }} year's @else 1 year @endif
{{ $c->job_location}}
Last date to apply {{ Carbon\Carbon::parse($c->closing_date)->format('d-M-Y') }}

{{ str_limit(strip_tags(html_entity_decode($c->job_description)), $limit = 300, $end = '...') }}

@endforeach
--}}

Prime Jobs

@foreach($premiumjobs as $j)
@foreach($users as $k=>$us) @if($j->organisation == $us->id) @if($us->user_image) @else @endif @endif @endforeach
{{ $j->job_title }}
@foreach($users as $k=>$us) @if($j->organisation == $us->id) {{ $us->name }} @endif @endforeach
@if(!empty($j->experience)) {{ $j->experience }} year's @else 1 year @endif
@foreach($jobscity as $c) @if($c->city_id == $j->id) {{ $c->city }}, @endif @endforeach @foreach($jobsstate as $s) @if($s->state_id == $j->id) {{ $s->name }}, @endif @endforeach @foreach($jobscountry as $k) @if($k->job_id == $j->id) {{ $k->name }} @endif @endforeach
Last date to apply : {{ Carbon\Carbon::parse($j->closing_date)->format('d-M-Y') }} @if (Auth::check()) @php $userId = Auth::user()->id; @endphp @foreach($savedjob as $s) @if($s->job_id == $j->id && $s->user_id == $userId) Applied @endif @endforeach @endif
@endforeach {{ $premiumjobs->links() }}
Get regular updates in your mailbox
{{csrf_field()}}

Featured Jobs

@foreach($featuredjobs as $j)
@foreach($users as $k=>$us) @if($j->organisation == $us->id) @if($us->user_image) @else @endif @endif @endforeach
{{ $j->job_title }}
@foreach($users as $k=>$us) @if($j->organisation == $us->id) {{ $us->name }} @endif @endforeach
@if(!empty($j->experience)) {{ $j->experience }} year's @else 1 year @endif
@foreach($jobscity as $c) @if($c->city_id == $j->id) {{ $c->city }}, @endif @endforeach @foreach($jobsstate as $s) @if($s->state_id == $j->id) {{ $s->name }}, @endif @endforeach @foreach($jobscountry as $k) @if($k->job_id == $j->id) {{ $k->name }} @endif @endforeach
Last date to apply : {{ Carbon\Carbon::parse($j->closing_date)->format('d-M-Y') }} @if (Auth::check()) @php $userId = Auth::user()->id; @endphp @foreach($savedjob as $s) @if($s->job_id == $j->id && $s->user_id == $userId) Applied @endif @endforeach @endif
@endforeach {{ $featuredjobs->links() }}
@foreach($advertisement1 as $a)
@if(!empty($a->image)) @else @endif
@endforeach
@foreach($video as $v)
@endforeach
@foreach($advertisement2 as $a)
@if(!empty($a->image)) @else @endif
@endforeach
@endsection