@if ($title || $tools)
{!! $title !!}
@if($collapse)
@endif @if($remove)
@endif @if(!empty($tools))
@foreach($tools as $tool) {!! $tool !!} @endforeach
@endif
@endif
{!! $content !!}
@if($footer) @endif