@extends('dashboard.layouts.app')
@section('content')
@include('dashboard.jobs.table')
@endsection
@section('modal')
@endsection
@section('js')
@include('dashboard.layouts.tableActions', ['gn_name' => 'jobs', 'post_search_route' => route('jobs.index-post')])
@endsection