@extends('admin.layout.app') @section('heading', 'Jobs of company: ' . $companies_detail->company_name) @section('button')
@endsection @section('main_content')| SL | Title | Category | Location | Is Featured? | Job Details | Applicants |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->title }} | {{ $item->rJobCategory->name }} | {{ $item->rJobLocation->name }} | @if ($item->is_featured == 1) Featured @else Not Featured @endif | Details | Applicants |