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.
13 lines
386 B
13 lines
386 B
<div {!! $attributes !!}> |
|
<div class="box-header with-border"> |
|
<h3 class="box-title">{!! $title !!}</h3> |
|
<div class="box-tools pull-right"> |
|
@foreach($tools as $tool) |
|
{!! $tool !!} |
|
@endforeach |
|
</div> |
|
</div> |
|
<div class="box-body collapse show" style="{!! $padding !!}"> |
|
{!! $content !!} |
|
</div> |
|
</div> |