@forelse($category_list as $category)
@forelse($joblist[$category->job_category] as $job)

{{$job->job_title}}

Category : {{$category->category->category_name}}

{!! $job->about_job !!}

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

Job Details
@empty No Records found @endforelse @if($category->count > 4) @endif
@empty No Records Found @endforelse