@extends('frontend.layouts.main', array( 'body_class' => 'no-header', 'metaData' => $metaData, 'scripts' => array( path_asset('path.frontend.js_path') . '/view/vacancy_apply.js' ))) @section('content')

{{$vacancy->title}}

@if($vacancy->flexible_location) @lang('Location flexible'): @foreach($vacancy->offices as $i => $office) {{ $office->city }}@if($i < ($vacancy->offices->count() - 1)),@endif @endforeach @elseif($vacancy->office) {{$vacancy->office->title}} @endif @lang('Job ID:') {{ $vacancy->id }}
@include('frontend.templates.components.share_button_small', array( 'shareTitle' => strip_tags($vacancy->title), 'shareDescription' => strip_tags($vacancy->description) )) @if($vacancy->document) @endif
{!! $vacancy->summary !!} {!! $vacancy->detail_content !!}

@lang('Thank You!')

@lang('Your application was submitted successfully. You should receive a confirmation e-mail in the next few minutes.')

@lang('Apply To'):

@if($vacancy->flexible_location) @lang('Location flexible'), @elseif($vacancy->office) {{$vacancy->office->title}}, @endif @lang('Job ID:') {{ $vacancy->id }}

{{$vacancy->title}}

@lang('(Please describe your motivation for this position in max. 500 characters)')
PDF, DOC, DOCX (Max: 2MB)
@lang('Choose File') @lang('No file selected')
PDF, DOC, DOCX (Max: 2MB)
@lang('Choose File') @lang('No file selected')
@if($vacancy->flexible_location)
@else
@endif
@lang('(Regulatory requirements may restrict us from supporting visa applications at some of our locations)')
@stop