@section('seoTitle') {{ $title }} - {{ env('APP_NAME') }} @endsection @section('metaDescription') We are a close-knit crew of professionals, focused on delivering best-in-class services for our clients.@endsection @section('title') {{ $title }} @endsection
@include('includes.breadcrumb')
@forelse ($jobs as $job)
{{ $job->title }}
Location: {{ $job->city }}, {{ $job->state }}
@if(!empty($job->salary_from))
Salary: {{ $job->salary_from }}
@endif @if ($job->experience_min)
Experience: {{ $job->experience_min }}, {{ $job->experience_max }}
@endif @if ($job->industry)
Industry: {{ $job->industry?->name }}
@endif @if ($job->gender)
Gender: {{ $job->gender }}
@endif
Job Type: {{ getJobTypeByJobTypeId($job->job_type_id) }}

@empty

We’re a close-knit crew of professionals, focused on delivering best-in-class services for our clients.

{{-- --}} @include('errors.response')
All fields are mandatory.
@csrf
Send Resume
@endforelse