{{-- Apply page removed. Use modal on job show page for applications. --}} @section('title', 'Apply – ' . $job->title) @push('styles') @endpush @section('content')

{{ $job->title }}

{{ $job->company->name }}
{{ $job->company->name }}
{{ $job->location->city }}, {{ $job->location->state }}
  • Salary: {{ $job->salary_min ? '₹' . number_format($job->salary_min) . ' - ₹' . number_format($job->salary_max) : 'Negotiable' }}
  • Experience: {{ $job->experience_level }} years
  • Job Type: {{ ucfirst($job->job_type) }}
  • Posted: {{ $job->published_at->format('M d, Y') }}
  • Apply Before: {{ $job->apply_before ? $job->apply_before->format('M d, Y') : 'Open' }}

Job Description

{!! nl2br(e($job->description)) !!}

Share this Job
Similar Jobs
Laravel Developer

Tech Solutions • Remote

Full Stack Vue.js Engineer

Web Corp • New York, NY

Frequently Asked Questions

We typically respond within 3-5 business days if your profile is shortlisted.

Yes, shortlisted candidates will be sent a brief technical assessment.
Have questions?
@csrf
Basic
Details
Resume
Skills
Education
Finish
Drag & Drop your resume here

Supports PDF, DOC, DOCX (Max 5MB)

resume.pdf
2.4 MB
{{-- Mobile Apply Button – appears only on xs screens --}}
@endsection @push('scripts') @endpush