@extends('v2.layouts.app') @section('content') Browse Job Categories Explore a wide range of specialized categories to find the role that best suits your skills. @if($jobCategories->isEmpty()) No categories found @else @foreach($jobCategories as $category) @if($category->category_image) @else @endif {{ ucwords($category->name) }} {{ $category->jobs_count }} {{ Str::plural('position', $category->jobs_count) }} @endforeach @endif @endsection
Explore a wide range of specialized categories to find the role that best suits your skills.
No categories found
{{ $category->jobs_count }} {{ Str::plural('position', $category->jobs_count) }}