@extends('frontend.layouts.main', array('body_class' => (!$object->image ? 'no-header' : ''), 'scripts' => array(path_asset('path.frontend.js_path') . '/view/vacancy_list.js'))) @section('content')
@include('frontend.templates.components.default_page_header')

{{ $object->title }}

{!! $object->content !!}
@include('frontend.templates.components.jobs_list', ['vacancies' => $vacancies])
@stop