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