@extends('admin.layout.app') @section('heading', 'Jobs of company: ' . $companies_detail->company_name) @section('button')
Back to Previous
@endsection @section('main_content')
@foreach ($companies_jobs as $item) @endforeach
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
@endsection