@extends('layouts.front') @section('header-text')

{{ ucwords($job->title) }}

{{ ucwords($job->title) }}

@lang('modules.front.jobOpenings')  »  {{ ucwords($job->title) }}
@endsection @section('content')

{{ ucwords($job->title) }}

@if(count($job->skills) > 0)
@lang('menu.skills')
@foreach($job->skills as $skill) {{ $skill->skill->name }} @endforeach
@endif

@lang('modules.jobs.jobDescription')

{!! $job->job_description !!}

@lang('modules.jobs.jobRequirement')

{!! $job->job_requirement !!}
@endsection