{{ $title }}

{{ $sub_title }}
@if(!empty($categories))
  • All
  • @foreach($categories as $k => $cat) @php $translation = $cat->translateOrOrigin(app()->getLocale()); @endphp
  • {{ $translation->name }}
  • @endforeach
@foreach($rows as $row)
@include("Job::frontend.layouts.loop.job-item-3")
@endforeach
@foreach($categories as $k => $cat)
@foreach($tabs as $row) @if($cat->id == $row->category_id)
@include("Job::frontend.layouts.loop.job-item-3")
@endif @endforeach
@endforeach
@endif