@extends('front.app') @section('meta') @stop @section('container')

{{$vacancy->h1_title}}

{!! $vacancy->body !!}
@stop