@extends('admin.layouts.app') @section('content')
{{ __("All Jobs") }}
{{__("Add new job")}}
@include('admin.message')
@if(!empty($rows))
{{csrf_field()}}
{{__(" Bulk Actions ")}}
{{__(" Publish ")}}
{{__(" Move to Draft ")}}
{{__(" Delete ")}}
{{__('Apply')}}
@endif
@if(is_admin())