@forelse($category_list as $category)
{{$category->category->category_name}}

Total Openings : {{$category->openings}}

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

{{$job->job_title}}

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

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

About Job: {!! $job->about_job !!}

@empty No Records found @endforelse
@empty No Records Found @endforelse