@extends('front.layout.app') @section('title', 'Careers') @section('content')

Careers

@foreach($careers as $career)
Job Posted: {{$career->created_at->diffForHumans()}}

{{$career->title ?? ''}}

View More
@endforeach
@endsection