@extends('layouts.site') @section('title') {{$vacancy->title}} @endsection @section('content')

@lang('castle.career')

@foreach($countries as $countryItem) @includeIf('includes.country-list') @endforeach

{{ Lang::get('castle.career.'.$currentCountry) }}

    @foreach($vacancyList as $vacancyItem) @includeIf('includes.vacancy-list') @endforeach
{!! $vacancy->description !!}
@lang('castle.career.quick_apply')
 

@lang('castle.career.common_text_1')

@lang('castle.career.common_text_2')

@endsection @section('js') @endsection