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

{{$category->h1}}

{!! $category->body !!}
@if($category->allChildren->isNotEmpty()) @endif
@include('front.templates.catalog.default')
@endsection