@verbatim
新建
@if($header['bys']) @foreach($header['bys']['items'] as $item) @if($header['search_form']['query'][$header['bys']['name']] == $item['value']) @endif @endforeach
@endif @if($header['left_buttons']) @foreach($header['left_buttons'] as $button) @if($button['display']) {{$button['name']}} @endif @endforeach @endif
@foreach($header['search_form']['columns'] as $i => $column) @if($column['form_type'] == 'text2') { continue; }
@endforeach
@endverbatim