@extends('frontend.layout.app') @section('content')

Soothsayer Analytics is a global Data Science company headquartered in Detroit, Michigan and offshore in Hyderabad, India. We specialize in building custom, end-to-end Machine Learning solutions utilizing the latest advancements in Pattern Recognition, Predictive Analytics, Optimization, IOT, and harnessing of Unstructured Data. Our team includes over 120 Data Scientists & Data Engineers and an array of industry experts. We are hiring for various roles across the globe, so feel free to reach out if you think you would make a great candidate.

{{--
hello1
hello 2
hello 3
--}}

Soothsayer Analytics is an Equal Opportunity Employer and e-Verify company.

Soothsayer Analytics Employee Referral Program

Job Openings

@foreach($getRecords as $value)

{{ $value->title }}

@if($value->company > 0)

Company : {{ $value->company }}

@endif @if($value->no_of_positions > 0)

No. of Positions : {{ $value->no_of_positions }}

@endif @if($value->location > 0)

Locations : {{ $value->location }}

@endif @if($value->job_type > 0)

Working Hours : {{ $value->job_type }}

@endif @if($value->experience > 0)

Experience : {{ $value->experience }}

@endif

@php $hide = 'YES'; $plainTextDescription = strip_tags($value->description); @endphp

{{ Str::limit($plainTextDescription, 340) }}

@if(!$hide == $value->hide) Apply Now @endif
@endforeach

Michigan

@foreach($getMichigan as $value)

{{ $value->title }}

Working Hours : {{ $value->job_type }}

Experience : {{ $value->experience }}

Locations : {{ $value->location }}

Job Responsibilities : @php $plainTextDescription = strip_tags($value->description); @endphp

{{ Str::limit($plainTextDescription, 380) }}

Apply Now
@endforeach

Ohio

@foreach($getOhio as $value)

{{ $value->title }}

Working Hours : {{ $value->job_type }}

Experience : {{ $value->experience }}

Locations : {{ $value->location }}

Job Responsibilities : @php $plainTextDescription = strip_tags($value->description); @endphp

{{ Str::limit($plainTextDescription, 380) }}

Apply Now
@endforeach

India

@foreach($getIndia as $value)

{{ $value->title }}

Working Hours : {{ $value->job_type }}

Experience : {{ $value->experience }}

Locations : {{ $value->location }}

Job Responsibilities : @php $plainTextDescription = strip_tags($value->description); @endphp

{{ Str::limit($plainTextDescription, 380) }}

Apply Now
@endforeach
@endsection