@extends('front.template.master') @section('title', $title) @section('content') @php $id = ''; $dtitle = ''; $dpublish_date = ''; $dclosing_date = ''; $dorganization = ''; $djob_location = ''; $djob_description = ''; $dcompany_image = ''; $dexperience = ''; $dcontactperson = ''; $dgoogle_form = ''; $dorganisation_type = ''; if(isset($jobdetailData)) { $did = $jobdetailData->id; $dtitle = $jobdetailData->job_title; $dorganization = $jobdetailData->organisation; $djob_description = $jobdetailData->job_description; $djob_location = $jobdetailData->job_location; $dpublish_date = $jobdetailData->publish_date; $dclosing_date = $jobdetailData->closing_date; $dcompany_image = $jobdetailData->company_image; $dexperience = $jobdetailData->experience; $dcontactperson = $jobdetailData->contact_person; $dgoogle_form = $jobdetailData->google_form; $dorganisation_type = $jobdetailData->organisation_type; } @endphp
@include('admin.partials.flash_message')
@foreach($users as $k=>$us) @if($dorganization == $us->id) @if($us->user_image) @else @endif @endif @endforeach
{{ trim($dtitle) }}
@foreach($users as $k=>$us) @if($dorganization == $us->id) {{ $us->name }} @endif @endforeach
@foreach($jobscity as $c) @if($c->city_id == trim($did)) {{ $c->city }}, @endif @endforeach @foreach($jobsstate as $s) @if($s->state_id == trim($did)) {{ $s->name }}, @endif @endforeach @foreach($jobscountry as $k) @if($k->job_id == trim($did)) {{ $k->name }} @endif @endforeach
@if (Auth::check()) @php $userId= Auth::user()->id; @endphp @php $j=0; @endphp @foreach($savedjob as $s) @if($s->job_id == $did && $s->user_id == $userId) @php $j=1; @endphp @endif @endforeach @if($j == 1) Saved @else
@csrf()
@endif @php $i=0; @endphp @foreach($appliedjob as $a) @if($a->job_id == $did && $a->user_id == $userId) @php $i=1; @endphp @endif @endforeach @if($i == 1) Applied @else Apply @endif @else Save Apply @endif
Last date to apply {{ Carbon\Carbon::parse(trim($dclosing_date))->format('d-M-Y') }}

Experience Required :

@if($dexperience != '') {{ trim($dexperience) }} year's @else 1 year @endif

Relevant Sectors :

    @foreach($sectors as $y) @if($did == $y->job_id)
  • {{ $y->sector_id }}
  • @endif @endforeach

Organisation Type :

@foreach($users as $k=>$us) @if($dorganization == $us->id) @foreach(get_organisations() as $o=>$c) @if($us->organisation_type == $o) {{ $c }} @endif @endforeach @endif @endforeach

Contact Person :

@foreach($users as $k=>$us) @if($dorganization == $us->id) {{ $us->person }} @endif @endforeach
@if(!empty($dgoogle_form)) @else @endif
@if (Auth::check())

Additional Attachments :

    @foreach($attachment as $a) @if($a->job_id == $did)
  • Click here..
  • @endif @endforeach

@else

Download Attachment : Click here..

@endif
@if (Auth::check()) @php $userId= Auth::user()->id; @endphp @php $j=0; @endphp @foreach($savedjob as $s) @if($s->job_id == $did && $s->user_id == $userId) @php $j=1; @endphp @endif @endforeach @if($j == 1) Saved @else
@csrf()
@endif @php $i=0; @endphp @foreach($appliedjob as $a) @if($a->job_id == $did && $a->user_id == $userId) @php $i=1; @endphp @endif @endforeach @if($i == 1) Applied @else Apply @endif @else Save 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($jobapplied 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($jobapplied as $s) @if($s->job_id == $j->id && $s->user_id == $userId) Applied @endif @endforeach @endif
@endforeach {{ $featuredjobdetail->links() }}
Seraching for a job?
Get regular updates in your mailbox
{{csrf_field()}}
@endsection