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

{{$page->h1}}

{!! $page->body !!}
@if($catalog && $catalog->isNotEmpty())
@include('front.templates.brand.brand-list')
@endif
@endsection @push('js') @endpush