@extends('businessLayout::index') @section('pageContent')
{{ __('business/jobs.index_desc') }} {{ __('labels.learn_more') }} »
@if($jobsList->isNotEmpty()) @foreach ($jobsList as $jobData) @include('business::jobs.parts.index.job-card', [ 'jobData' => $jobData ]) @endforeach @else @if($type == 'all') @elseif($type == 'active') @else @endif @endif @unless($jobsList->isEmpty())
{{ $jobsList->onEachSide(1)->withQueryString()->links('pagination.index') }}
@endif @endsection