@if($mode == 'replace')
We found {{$total}} job Opportunities with us
based on your search

@endif @forelse($jobs as $job)

{{$job->job_title}}

Category : {{$job->category->category_name}}
{!! $job->about_job !!}

Posted Date: {{ $job->created_at->format('d M, Y') }}

Job Details
@empty @endforelse @if($hasmore) @endif @if($mode == 'replace')
@endif