@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section')

@lang('app.duration')

@lang('recruit::app.job.recruiter')

@lang('app.clearFilters')
@endsection @php $addJobPermission = user()->permission('add_job'); @endphp @section('content')
@if ($addJobPermission == 'all' || $addJobPermission == 'added') @lang('recruit::modules.job.addJob') @endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @endpush