{{__('Careers')}}

{{__('Job openings')}}

{{$job->title}}

@foreach(explode(',',$job->skill) as $skill) {{$skill}} @endforeach

{{$job->position}} {{__('Position')}}

{{!empty($job->branches)?$job->branches->name:''}}

@if($job->end_date >= date('Y-m-d')) @endif

{{__('Requirements')}}

{!! $job->requirement !!}

{{__('Description')}}

{!! $job->description !!}
{{-- @if($job->end_date >= date('Y-m-d'))--}} {{-- --}} {{-- @endif--}}