@extends('layouts.app') @section('title','Careers — '.setting('site_name')) @section('content') @include('partials.page-hero', ['slug'=>'careers', 'cta'=>false])
@if($vacancies->isEmpty())

No open positions right now. Check back soon!

@else @endif
@endsection