海工商新版后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
700 B

<div {!! $attributes !!}>
<div class="dropdown btn-group {!! $options['show_tool_shadow'] ? '' : 'no-shadow' !!} pull-right">
@foreach($options['tools'] as $tool)
{!! $tool !!}
@endforeach
</div>
<h4 class="header-title m-t-0 m-b-25">{!! $options['title'] !!}</h4>
<div>
<div>
<div class="text-muted pull-right">{!! $options['description'] !!} </div>
<h2 class="main-content m-b-10" >
{!! $options['content']['left'] !!}&nbsp;
</h2>
</div>
@if($options['chart'])
<div style="margin:-4px -22px -20px">{!! $options['chart'] !!}</div>
@endif
</div>
</div>