{{ $object->title }}
{!! $object->content !!}
@include('frontend.templates.components.jobs_list', ['vacancies' => $vacancies])
@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')