@extends('v2.layouts.app') @section('content') Available Jobs ({{ $jobs->total() }}) @forelse($jobs as $job) @empty No jobs found matching your criteria. @endforelse @endsection @push('extra-js') @endpush
No jobs found matching your criteria.