@extends('layouts.app') @section('title', $job->title . ' at ' . ($job->company->name ?? 'Company') . ' — JobPortal') @section('styles') @endsection @section('content')
{{ $job->company->name ?? 'Company' }} · {{ $job->company->industry ?? 'Information Technology' }} · 1,000+ employees

{{ $job->title }}

{{ $job->is_remote ? 'Remote (India)' : ($job->city ?? 'Remote') }} Posted {{ $job->created_at->diffForHumans() }} {{ ucwords(str_replace('-',' ',$job->job_type)) }} {{ $job->vacancies ?? '3' }} Vacancies
@if($hasApplied) @else @auth @else Apply Now @endauth @endif
{{ ucfirst($job->experience_level) }} Level {{ $job->salary_range }} {{ ucwords(str_replace('-',' ',$job->job_type)) }} {{ $job->vacancies ?? '3' }} Vacancies @if($job->is_urgent) Urgent Hiring @endif
Job Description
@php $intro = $job->description; $splitters = ['###', '##', '**Responsibilities**', '**Key Responsibilities**', '- ', '* ']; foreach ($splitters as $splitter) { if (strpos($intro, $splitter) !== false) { $intro = explode($splitter, $intro)[0]; } } $intro = trim($intro); @endphp
{!! nl2br(e($intro)) !!}
Key Responsibilities
  • Architect modular database architectures
  • Write optimized Eloquent scripts
  • Integrate Razorpay payment pipelines
  • Coordinate APIs with external tools
  • Collaborate with cross-functional teams
Developer illustration
Technologies You'll Work With
PHP Laravel Vue.js JavaScript MySQL Git
Requirements
    @if($job->requirements) {!! collect(explode("\n", str_replace(["\r", "- ", "* "], "", $job->requirements)))->filter()->map(fn($item) => "
  • " . e($item) . "
  • ")->implode('') !!} @else
  • 4+ Years Laravel production experience
  • Expertise in HTML5, CSS3, JavaScript ES6+
  • Experience with Redis and job queues
  • Strong problem solving & debugging skills
  • @endif
Experience Level
4+ Years
0 Yrs 8+ Yrs
Benefits & Perks
Flexible Schedule

Work at your own convenience & hours.

Health Insurance

Complete medical cover for family.

Annual Tech Budget

Get gadgets of your own choice.

Learning Allowance

Access premium training & material.

Paid Time Off

Plenty of leaves & vacation days.

Employee Reviews
Software Engineer
Current Employee · 2 years
5.0
"Great work-life balance and amazing culture"

The company really cares about its employees. Flexible hours, great benefits, and a lot of opportunities to learn new technologies. Management is supportive and always open to new ideas.

Product Manager
Former Employee · 3 years
4.0
"Solid place to build your career"

Good projects and smart people. The pace can be fast sometimes, but you definitely grow a lot here. The only downside is that processes can sometimes be a bit bureaucratic.

Job Overview
@if($hasApplied)
You've already applied

on May 22, 2026 at 11:45 AM

@else

{{ number_format($job->views) }} people viewed this job

@if($job->deadline)

Apply before {{ $job->deadline->format('d M Y') }}

@endif
@auth @else Login to Apply @endauth @endif
Share this job
@if($job->company)
{{ $job->company->name }}
{{ $job->company->industry }}
4.4 (1.2k reviews)
@if($job->company->description)

{{ Str::limit($job->company->description, 140) }}

@endif
Employees
1,000+
Founded
1988
Headquarters
Mumbai, India
Website
View Company Profile
@endif
@if($similarJobs && $similarJobs->count()) @endif
@auth @if(!$hasApplied) @endif @endauth
@endsection @section('scripts') @endsection