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

{{$title}}

--}}
@if ($bm->is_bd_title)
@endif @if ($bm->is_bd_description)
@endif @if ($bm->is_bd_pic)
@endif
@stop @section('js') @if ($bm->bd_description == '' && request()->segment(4) != 2 && request()->segment(5) != 3 && request()->segment(6) != 1 && request()->segment(7) != 1) @include('module.init_html_editor') @endif @if (request()->segment(4) == 2 && request()->segment(5) == 3 && request()->segment(7) == 5) @include('module.init_html_editor') @endif @stop