@extends('layouts.careers') @section('title', 'Open positions') @section('content')
Explore roles and apply with your CV in a few minutes.
@if($job->warehouse) {{ $job->warehouse->name }} @endif @if($job->closing_date) Closes {{ $job->closing_date->format('M j, Y') }} @else Open until filled @endif
{{ \Illuminate\Support\Str::limit(strip_tags($job->description), 140) }}
View & apply