Job Title*
{!! Form::textarea('skills', $sharingRecords ? $sharingRecords->skills : '', array('placeholder' => 'Skills', 'id' => 'skills', 'class' => 'form-control jobs_skills','rows' => 4)) !!}
Experience Level *
Available Date *
@if(isset($editListing))

@php $p_employment = []; if(isset($sharingRecords->preferred_employment)){ $p_employment = explode(',', $sharingRecords->preferred_employment); } @endphp @foreach($pEmployment as $key => $val)
@endforeach
@endif
Country *
Location Preference *
Recruiter *
Billing Rate *
Rate Type * @php $rateTypes = ["Hour"=>"Hour", "Day" => "Day", "Month" => "Month", "Year" => "Year"]; @endphp
Currency * @php $currencies = ["USD"=>"USD", "INR" => "INR", "GBP" => "GBP", "EUR" => "EUR", "CAD" => "CAD"]; @endphp
Will Relocate ?
Remote Only ?