@extends('front.template.master') @section('title', $title) @section('content') @php $id = ''; $dtitle = ''; $dpublish_date = ''; $dclosing_date = ''; $dorganization = ''; $djob_location = ''; $djob_description = ''; $dcompany_image = ''; if(isset($detailData)) { $did = $detailData->id; $dtitle = $detailData->job_title; $dorganization = $detailData->organization; $djob_description = $detailData->job_description; $djob_location = $detailData->job_location; $dpublish_date = $detailData->publish_date; $dclosing_date = $detailData->closing_date; $dcompany_image = $detailData->company_image; } @endphp
@if(!empty($dcompany_image)) @else @endif
{{ trim($dtitle) }}
{{ trim($dorganization) }}
{{ trim($djob_location) }}
Save @if (Auth::check()) Apply @else Apply @endif
Last date to apply {{ Carbon\Carbon::parse(trim($dclosing_date))->format('d-M-Y') }}

Relevent Sectors : Corporate, IT

Save @if (Auth::check()) Apply @else Apply @endif
Last date to apply {{ Carbon\Carbon::parse(trim($dclosing_date))->format('d-M-Y') }}

Prime Jobs

@foreach($premiumjobdetail 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 {{ $premiumjobdetail->links() }}

Featured Jobs

@foreach($featuredjobdetail 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 {{ $featuredjobdetail->links() }}
Get regular updates in your mailbox
{{csrf_field()}}
@endsection