jobs

Add New
@if(Session::has('delete'))
Success! {{Session::get('success')}}
@endif
@foreach($jobs as $job) @endforeach
# Job Name Job Category Job Id Qualification Specification
{{++$count}} {{$job->job_title}} {{$job->job_cat}} {{$job->job_id}} {{$job->qualification}} {{$job->specifications}} Edit @if(Auth::user()->priviledge == 1) Delete @endif