@extends('layouts.app') @section('title', $company->name . ' — JOBES') @section('content')

Company Details

@if(!$company->banner)
@endif @if($company->is_featured) ★ FEATURED PARTNER @endif
{{ $company->name }}

{{ $company->name }}

@if($company->is_verified) @endif
{{ $company->city ?? 'Bengaluru' }}, India Category: {{ $company->industry ?? 'Information Technology' }}
Website Link
@if($company->website) {{ parse_url($company->website, PHP_URL_HOST) ?? $company->website }} @else N/A @endif
Follow Company:
@if($company->description)
About Company

{{ $company->description }}

@endif
Working Area
Creative Design
01

Creative design is a process that involves creating elegant brand identities and visual assets.

React NextJS
02

Creative design is a process that involves building dynamic, high-performance web systems.

HTML Template
03

Creative design is a process that involves constructing clean, responsive front-end frameworks.

WordPress
04

Creative design is a process that involves publishing modular websites and flexible content networks.

Latest Jobs:
@forelse($jobs as $job)
{{ $company->name }}

{{ $job->title }}

{{ $company->name }}

{{ $job->location->city ?? 'Dhaka, Bangladesh' }} {{ ucfirst($job->experience_level ?? '1.5-2 Years') }} @if($job->salary_min) ₹{{ number_format($job->salary_min/100000, 1) }}L - ₹{{ number_format($job->salary_max/100000, 1) }}L / Year @endif {{ $job->created_at->format('d M Y') }}
Job Applied: 07 Person
{{ $job->job_type }} @if($job->is_featured) Featured @endif @if($job->is_urgent) Urgent @endif Apply Now
@empty
💼
No open positions

No active job listings are available for this company at the moment.

@endforelse
Company Overview
  • Company Name:
    {{ $company->name }}
  • Category:
    {{ $company->industry ?? 'Information Technology' }}
  • Location:
    {{ $company->city ?? 'Bengaluru' }}, India
  • Founded:
    {{ $company->founded_year ?? 'N/A' }}
  • Company size:
    {{ $company->company_size ?? 'N/A' }}
  • Completed jobs:
    {{ $jobs->count() }}
@endsection