@extends('layouts.careers') @section('title', $job->title) @section('content')

{{ $job->title }}

@if($job->warehouse){{ $job->warehouse->name }}@endif @if($job->department){{ $job->department->name }}@endif @if($job->designation){{ $job->designation->name }}@endif

{!! $job->description !!}
Apply
@csrf
@if ($errors->any())
{{ $errors->first() }}
@endif
@endsection