@extends('layouts.dashboard') @section('content')
{{--

{{$title}}

--}}
@if ($bm->is_title)
@endif @if ($bm->is_description)
@endif @if ($bm->is_pic)
@if ($bm->pic != '') @endif
@endif
@stop @section('js') @include('module.init_html_editor') @stop