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

{{$menu_elem->h1_title}}

@if($questions->isNotEmpty())
@foreach($questions as $question)
{!! $question->body !!}
@endforeach
@endif
@stop