{{ $title }}

@foreach($form as $f => $v) {{-- Only display the allowed forms --}} @if(!in_array($f, $formHidden, true)) @if (is_string($f))
@else {{ $f }} not supported yet. @endif @endif @endforeach
{{ $cancel }} {{ $validate }}