@extends('hiremee-revamp.layouts.main-layout') @section('pageTitle', 'Careers in HireMee- Current job openings in HireMee') @section('content')

{{$job->job_title ?? '-'}}

Category : {{$job->category->category_name}}

{!! $job->about_job !!}

What will you do

{!! $job->job_desc !!}

What we are looking for

{!! $job->job_requirement !!}
{!! Form::open(['url'=>secure_url('job-applied-store'),'method'=>'post','id'=>'js-jobapply-form','autocomplete'=>'off','files' => true, 'enctype' => 'multipart/form-data',]) !!}
{!! Form::text('name','',array('class'=>'form-control career-input','id'=>'js-career-name','placeholder'=>'','maxlength'=>30, "tabindex"=>1)) !!}
{!! Form::text('mobile_number','',array('class'=>'form-control career-input','id'=>'js-career-mobile','placeholder'=>'','maxlength'=>10, "tabindex"=>2)) !!}
{!! Form::email('email',null,array('class'=>'form-control career-input','id'=>'js-career-email','maxlength'=>"30", "tabindex"=>3)) !!}
Date of Birth
{!! Form::date('dob','',array('class'=>'form-control career-input js-date-dob','id'=>'js-career-dob','type'=>'date','placeholder'=>'Enter Your DOB', "tabindex"=>4)) !!}
{!! Form::select("gender",['0'=>'Female','1'=>'Male'],'',array("class"=>"","id"=>"js-career-gender",'placeholder' => 'Choose Gender', "tabindex"=>5)) !!}
{!! Form::select("qualification",$qualification,'',array("class"=>"js-select2","id"=>"js-career-qualification",'placeholder' => 'Choose Your Highest Qualification', "tabindex"=>6)) !!}
{!! Form::select("experience",$experience,'',array("class"=>"js-select2","id"=>"js-career-experience",'placeholder' => 'Choose Your Work Experience', "tabindex"=>7)) !!}
{!! Form::select("location",$location,'',array("class"=>"js-select2","id"=>"js-career-location",'placeholder' => 'Choose Your Preferred Location', "tabindex"=>8)) !!}
{{Form::hidden('id',$job->id,array('class'=>'form-control ','id'=>'js-jobs_id'))}}
Upload Resume

{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!}
@if($errors->has('g-recaptcha-response')) !'); @endif
{!! Form::close() !!}
{{--@include('hiremee-revamp.partials.new-subscription') --}}
@include('hiremee-revamp.partials.quick-connect-popup') @endsection