@extends('hiremee-revamp.layouts.main-layout') @section('pageTitle', 'Post Free Jobs - HireMee') @section('content')
{!! Form::open(['url' => secure_url('post-free-job'),'method'=>'POST','id'=>'jsfreejobpostformtwo','name'=>'jsfreejobpostformtwo','autocomplete'=>'off']) !!} {!! Form::hidden('step',2,['id'=>'free-job-step']) !!} {!! Form::hidden('qualification_tags',"",['id'=>'js-qualifications']) !!} {!! Form::hidden('id',null,['id'=>'js-job-id']) !!} {!! Form::hidden('job_preview',1,['id'=>'js-preview-id']) !!} {!! Form::hidden('corp_id',$corporate_details->company_id,['id'=>'js-company_id']) !!} {!! Form::hidden('hiremee_id',$corporate_details->hiremee_id,['id'=>'js-hiremee-id']) !!} {!! Form::hidden('stepone_email_address',$corporate_details->email_address,['id'=>'js-email-id'])!!} {!! Form::hidden('interview_process',null,['id'=>'js-interview-process']) !!}
{!! Form::text('job_title',"",['class'=>'form-control','placeholder'=>'Ex: Social marketing Manager','id'=>'job-title']) !!}
{!! Form::select('job_industrys',[""=>"Select Job Category "] + $industrys,"",['class'=>'form-control js-select2','id'=>'js-jobcategorytype']) !!}
{!! Form::text('hr_email_address','',array('class'=>'form-control','id'=>'js-hr-email_address','placeholder'=>'Enter Email Address', "tabindex"=>3)) !!}
{{ Form::checkbox("same_corp_email",0, [], array('class' => 'js-email_check_box', 'id' => "same_corp_email")) }} Same as Corporate Email
{!! Form::select('locations[]',$locations,null, ['id' => 'locations','class'=> 'form-control js-select2','multiple','data-placeholder'=>'Select Location' ]) !!}
{!! Form::select('course_type',[""=>"Select Education "] + $course_types,"",['class'=>'form-control js-select2','id'=>'js-coursetype']) !!}
* {!! Form::select('degree',["0"=>"Any Degree"],"",['class'=>'form-control js-select2','id'=>'js-degree']) !!}
* {!! Form::select('specialization',[],"",['class'=>'form-control js-select2','id'=>'js-specialization']) !!}

How it will appear in job details : Candidate should hold any degree(any specialization)

{!! Form::text('qualifications',"",['class'=>'form-control qualifications-style-tags h-100 l-h-30 ','id'=>'js-qualification-tags','readonly'=>true]) !!}
*
{!! Form::select('job_skills[]',$skills,null,['class'=>'form-control js-select2','multiple'=>true,'id'=>'js-skill','data-placeholder'=>'e.g.Java, Angular Js, React']) !!}
{!! Form::select('additional_skills[]',$skills,null,['class'=>'form-control js-select2','multiple'=>true,'data-placeholder'=>'e.g.Java, Angular Js, React','id'=>'js-add-skill']) !!}

Provide interview slots

{!! Form::text('start_date',"",['class'=>'form-control js-date-from','id'=>'js-start-date-from','placeholder'=>'e.g. 14-08-2018','readonly'=>true]) !!} @if ($errors->has('start_date')) @endif
{!! Form::text('end_date',"",['class'=>'form-control js-date-to','id'=>'js-date-to','placeholder'=>'e.g. 15-08-2018','readonly'=>true]) !!} @if ($errors->has('end_date')) @endif
{!! Form::text('start_time',"",['class'=>'form-control js-time-from','id'=>'js-time-from','placeholder'=>'e.g 10:00 AM']) !!} @if ($errors->has('start_time')) @endif
To
{!! Form::text('to_time',"",['class'=>'form-control js-time-to','id'=>'js-time-to','placeholder'=>'e.g 05:00 PM']) !!} @if ($errors->has('to_time')) @endif
@php $slot_days = HireMeeHelper::JobInterviewSlots(); @endphp @if(is_array(explode(',',""))) @php $interview_slots = explode(',',""); @endphp @else @php $interview_slots = []; @endphp @endif @foreach($slot_days as $key => $day)
@endforeach
@if ($errors->has('company_address') && $errors->has('branch_address') && $errors->has('new_address')) @endif
By default Registered company address will be shared with candidate, if you want to use different address click below Add New Address button.
@if(!is_null($company_address) && !is_null($company_address->district) && !is_null($company_address->name) && !is_null($company_address->comm_address))
Address:
{{ $company_address->comm_address }}
City:
{{ $company_address->district ?? '' }}.
Region/State:
{{ $company_address->name ?? '' }}.
@endif @if(!is_null($corp_address) && !is_null($corp_address->district) && !is_null($corp_address->name) && !is_null($corp_address->corp_address))
Address:
{{ $corp_address->corp_address ?? '' }}
City:
{{ $company_address->district ?? '' }}.
Region/State:
{{ $company_address->name ?? '' }}.
@endif @if(!empty($row['addressDetails'])) @foreach($row['addressDetails']->where('address_type',3) as $key => $new_address)
Address:
{{ $new_address->address }}
City:
{{ $new_address->cityDetails->district }}
Region/State:
{{ $new_address->stateDetails->name }}
@endforeach @endif
{!! Form::text('poc_name[]',null,['id'=>'poc_name','class'=>'form-control','placeholder'=>'e.g Ashritha Hedge','style'=>'height:40px']) !!}
{!! Form::text('poc_contact[]',null,['id'=>'poc_contact','class'=>'form-control','minlength'=>6 ,'id'=>'poc_contact','maxlength'=>10,'placeholder'=>'e.g 91 5425 74259','style'=>'height:40px']) !!}

Your job requirement will posted and you will re-directed to list of HireMee suggested student, who full fills job Requirements, and you can check applications under Job-> Application section.

{!! Form::text('last_date',"",['class'=>'form-control js-date-from','id'=>'js-last-date','placeholder'=>'e.g. 14-08-2018']) !!} @if ($errors->has('last_date')) @endif
{!! Form::select('college',[''=>'']+$colleges,"",['id'=>'js-camp-college','data-placeholder'=>'Select College','class'=>'search-select remote-search-select']) !!}
{!! Form::text('assessment_date',"",['class'=>'form-control js-date-from','id'=>'js-camp-assessmentdate','placeholder'=>'e.g. 14-08-2018']) !!}
* {!! Form::textarea('job_description',"",['class'=>'js-job-desc','id'=>'job_description','placeholder'=>'Please Enter Description']) !!} {!! Form::hidden('job_desc_length',null,['class'=>'js-job-desc-length']) !!}
{!! Form::close() !!}
{{--@include('hiremee-revamp.partials.new-subscription') --}}
@include('hiremee-revamp.include.otp-verification-modal') @include('hiremee-revamp.include.poc-modal') @include('hiremee-revamp.include.add-address-modal') @endsection