@extends('layouts.frontend') @section('content') @foreach ($jobs as $job) @if (!empty($job->department))

{{$job->title}}

{{$job->department->name}}

{{$job->type}}
@endif @endforeach @endsection