@extends('hiremee-revamp.layouts.main-layout') @section('pageTitle', 'Free Job Posting | Free Job Posting Website | Hire Right Candidate') @section('content')

Discover Your Perfect Hire with HireMee's Free Job Posting

@if(session()->has('error'))
{{ session()->get('error') }}
@endif {!! Form::open(array('url' => secure_url('free-job-post'), 'method'=>'POST','class'=>'form-horizontal','name'=>'js_job_post_form','id'=>'js_job_post_form', 'enctype' => 'multipart/form-data', 'autocomplete'=>'do-not-autofill')) !!} {!! Form::hidden('step',1,['id'=>'free-job-step']) !!} {!! Form::hidden('company_id',$company_profile->company_id ?? '',array('id'=>'js-corporate-id')) !!}

Registration

@if($company_profile && $company_profile->spoc_name) {!! Form::text('spoc',$company_profile->spoc_name ?? '',array('class'=>'form-control','id'=>'js-corp-spoc','placeholder'=>'Enter Your Name', "tabindex"=>1,'autocomplete'=>'off','readonly','maxlength'=>100)) !!} @else {!! Form::text('spoc',$company_profile->spoc_name ?? '',array('class'=>'form-control','id'=>'js-corp-spoc','placeholder'=>'Enter Your Name', "tabindex"=>1,'autocomplete'=>'off','maxlength'=>100)) !!} @endif
@if($company_profile && $company_profile->company_name) {!! Form::text('companyname',$company_profile->company_name ?? '',array('class'=>'form-control','id'=>'js-corp-companyname','placeholder'=>'Enter Company Name', "tabindex"=>2,'autocomplete'=>'off','readonly','maxlength'=>100)) !!} @else {!! Form::text('companyname',$company_profile->company_name ?? '',array('class'=>'form-control','id'=>'js-corp-companyname','placeholder'=>'Enter Company Name', "tabindex"=>2,'autocomplete'=>'off','maxlength'=>100)) !!} @endif
@if($corporate_users && $corporate_users->email_address) {!! Form::text('email_address',$corporate_users->email_address ?? '',array('class'=>'form-control','id'=>'js-corp-register-email_address', "tabindex"=>3,'maxlength'=>100)) !!} @else {!! Form::text('email_address','',array('class'=>'form-control','id'=>'js-corp-register-email_address','placeholder'=>'Enter Email Address', "tabindex"=>2,'autocomplete'=>'do-not-autofill', "tabindex"=>3,'maxlength'=>100)) !!} @endif {!! Form::hidden('is_email_verified',0,['id'=>'email_verified']) !!}
@if($corporate_users && $corporate_users->mobile_number) {!! Form::text('mobile_number',$corporate_users->mobile_number ?? '',array('class'=>'form-control','id'=>'js-corp-register-mobile_number','placeholder'=>'Enter Mobile/Landline','maxlength'=>10,"tabindex"=>4,'autocomplete'=>'off','readonly')) !!} @else {!! Form::text('mobile_number',$corporate_users->mobile_number ?? '',array('class'=>'form-control','id'=>'js-corp-register-mobile_number','placeholder'=>'Enter Mobile/Landline','maxlength'=>10,"tabindex"=>4,'autocomplete'=>'off')) !!} @endif {!! Form::hidden('is_mobile_verified',0,['id'=>'mobile_verified']) !!}
@if($company_profile && $company_profile->website_address) {!! Form::text('companywebsite',$company_profile->website_address ?? '',array('class'=>'form-control','id'=>'js-corp-companywebsite','placeholder'=>'Enter Website Url', "tabindex"=>2,'autocomplete'=>'off','readonly','maxlength'=>100)) !!} @else {!! Form::text('companywebsite','',array('class'=>'form-control','id'=>'js-corp-companywebsite','placeholder'=>'Enter Websit Url', "tabindex"=>2,'autocomplete'=>'off','maxlength'=>100)) !!} @endif {!! Form::hidden('is_existing_record',0,['id'=>'is_existing_record']) !!}
@php $image = (isset($corporate_users->companyLogo)) ? \HireMeeHelper::getAWSImageUrl($corporate_users->companyLogo->s3_id,config('filesystems.disks.comp1.bucket'),'comp1') : ''; @endphp @if($image != '') @else {!! Form::file('file',array('class' => 'form-control-file file-input','type'=>"file",'id'=>'upload_file', "tabindex"=>5, 'onchange'=>"loadImage(this);")) !!} @endif
{!! Form::select('company_category',[""=>"Select Job Industry "] + $industrys,!empty($company_profile->companyCategories) ? $company_profile->companyCategories->category_id : null,['class'=>'form-control js-select2','id'=>'js-corp-companycategory']) !!}
@if($company_profile && $company_profile->about_summery) {!! Form::textarea('about_summary',$company_profile->about_summery ?? '' , ['id' => 'about_summary','class'=>'form-control max-textarea','readonly','maxlength'=>'1000','rows'=>'7', 'cols'=>'50']) !!} @else {!! Form::textarea('about_summary',$company_profile->about_summery ?? '' , ['id' => 'about_summary','class'=>'form-control max-textarea','maxlength'=>'1000','rows'=>'7', 'cols'=>'50']) !!} @endif
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} {!! Form::hidden('google_captcha','',['id'=>'google_captcha']) !!}
{!! Form::close() !!}

HireMee is the ultimate SaaS-based recruitment and management platform designed to help companies like yours find the perfect candidates. In this era of digitization, hiring the right talent is crucial for every organization's success. To address that, we offer a robust Free Job Posting service on our website - Jobs Page.

Our platform is user-friendly and intuitive, making it easy for our customers to create and publish job postings in just a few clicks. Our dedicated team has developed advanced features and cutting-edge technology to ensure you find your ideal hire.

When you post a job requirement on HireMee, you tap into a network of highly skilled professionals actively seeking new opportunities. Our platform attracts a diverse talent pool, allowing you to find candidates from various industries and backgrounds.

Unlock the potential of your organization by leveraging HireMee's Free Job Posting service. Join the growing community of companies who have discovered the power of our platform to attract and hire top talent. Experience the convenience, efficiency, and cost-effectiveness of HireMee today.

Talk to our experts and revolutionize your hiring process with HireMee's Free Job Posting.

@include('hiremee-revamp.include.new-otp-verification-modal') @endsection @section('scripts') @endsection