@include('htmlpage.frontent.layout.app')
{{--
--}}

Career

Join a team where innovation thrives, ideas matter, and your career journey takes center stage.

Showing {{ $jobs->firstItem() }}-{{ $jobs->lastItem() }} of {{ $totalJobs }} jobs
@foreach ($jobs as $job)
@if($job->is_featured) Featured @endif
{{ $job->post }}
{{ \Carbon\Carbon::parse($job->created_at)->format('d M Y') }} {{ $job->job_type }}

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

@endforeach
    {{-- Previous Page Link --}} @if ($jobs->onFirstPage())
  • @else
  • @endif {{-- Page Numbers --}} @foreach ($jobs->getUrlRange(1, $jobs->lastPage()) as $page => $url)
  • {{ $page }}
  • @endforeach {{-- Next Page Link --}} @if ($jobs->hasMorePages())
  • @else
  • @endif
Zillion

New Things Will Always
Update Regularly

Zillion
@include('htmlpage.frontent.layout.footer')