@extends('front.app') @section('meta') @stop @section('container')
@if($brand->logo) @endif
{!! $brand->body !!}
{{----}}
@include('front.templates.catalog.default',['category'=>null])
@endsection