@props(['url']) @push('custom-styles') @endpush

{{ $pageTitle }}

{{-- @if(isset($activeSubscription)) {!! alert("You can't post new job. Your subscription has expired. Please buy a subscription.") !!} --}} {{-- --}} {{-- --}} {{-- @include('user.employer.subscriptionDetails') --}} {{-- --}} {{-- @else --}} {{--
@include('errors.response')
--}}
Post New Job
{{--
@csrf --}} {{-- @if ($showForm) @endif --}}
Show My Jobs {{-- --}}
{{-- {{ $counter }} --}}

Job Information


@if (!Auth::user()->employer)
Please complete your profile before posting job Update Profile
@endif
Only red fields are mandatory
Job Title
{{--
--}} Job Industry {{--
--}} {{-- @error('job.industry_id')

The sector is required.

@enderror --}}
State
City
@error('job.description')

The description is required.

@enderror
Do you allow employees to work from home? @error('job.work_from_home') Required. @enderror {{-- Yes No --}}
Vacancy Status {{-- is_active) == 1) ? 'checked' : '' }}> Open is_active) == 0) ? 'checked' : '' }}> Close --}} {{-- Open Filled --}} @error('job.is_active') Required. @enderror
{{-- --}}
{{--
Loading...
--}} Post Job Cancel
{{-- {{ $job }} --}}

Live Preview


{{ $this->job->title }}

Location:
{{ $this->job->city }}, {{ $this->job->state }}

Company:
{{ Auth::user()->employer ? Auth::user()->employer->organization_name : '' }}

Salary:
Rs. {{ $this->job->salary_from }}

Industry: {{ getIndustryByIndustryId($this->job->industry_id) }}
Designation: {{ $this->job->designation }}
Experience: {{ $this->job->experience_min }} - {{ $this->job->experience_max }} Year
Job Type: {{ getJobTypeByJobTypeId($this->job->job_type_id) }}
Gender: {{ $this->job->gender }}
@if ($job->work_from_home)
Work From Home: {{ $job->work_from_home ? 'Allowed' : '' }}
@endif
Posted On: {{ Carbon::parse($this->job->created_at)->format('d-M-Y') }}
Apply

Job Description


{!! $this->job->description !!}
{{--
--}}
@assets @endassets @script @endscript
{{-- @endif --}}