@if($title || $tools)

{{ $title }}

@foreach($tools as $tool) {!! $tool !!} @endforeach
@endif
{!! $content !!} @foreach ($hiddens as $key => $value) @endforeach @if ($method != 'GET') {{ csrf_field() }} @endif {{ method_field($method) }}
@if($footer) @endif