@extends('backend.layouts.master') @section('title', "Jobs") @section('css') @endsection @section('content')

Jobs

Job List

{{-- --}} @if(!empty($jobs)) @foreach($jobs as $job) {{-- --}} @endforeach @endif
Feature Image NameJob CodeCategory Status Action
{{@$job->slug}} {{ ucwords(@$job->name) }} --}} {{-- {{ ucwords(@$job->code) }}--}} {{-- {{ucfirst(@$job->category->name)}}
{{csrf_field()}}
@endsection @section('js') @endsection