@push('custom-styles') @endpush
{{-- --}} @section('title') {{ $title }} @endsection Total Jobs: {{ App\Models\Job::totalJobs() }}
Active Jobs: {{ App\Models\Job::activeJobs() }}
Expired Jobs: {{ App\Models\Job::expiredJobs() }}
Jobs Expiring in next week: {{ App\Models\Job::jobsExpiringInNextWeek() }}
{{-- --}}
Show Jobs

Job Information


Only red fields are mandatory
Vacacncy For
Admin Email (BCc)
Organization Name
Organization Email
Job Title
Job Description
@error('job.description')

The description is required.

@enderror
Industry
State
City
Vacancy Status
Do you allow employees to work from home?
Show On Home Page
{{--
--}}
Submit Cancel

Live Preview


{{ $job->title }}

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

Company:
{{ $job->company_name }}

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

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

Job Description


{!! $job->description !!}
Post New Job
@assets @endassets @script @endscript