@extends('layoutsfrontend.master') @section('content') @php $imagePath=getbannerimage(); @endphp

Careers

Join Our Team

Welcome to our career opportunities page! At Sunrise, we are committed to excellence in patient care and fostering a supportive and dynamic work environment for our employees. Explore our current job openings, learn about our hospital culture, benefits, and development opportunities, and hear from our dedicated team members.

If you want submit your CV

Submit here
@foreach ($Careers as $job)

{{ $job->location }}

{{ $job->title }}

{!! Str::limit(strip_tags($job->description), 150) !!}

@endforeach
@if($Careers->count() > 0 && method_exists($Careers, 'hasPages') && $Careers->hasPages())
{{ $Careers->links('vendor.pagination.bootstrap-5') }}
@endif
@endsection @section('script') @endsection