attributes(array_merge(['class' => 'th-form-bootstrap'], $__form->getOption('container_attr', []))) !!}> {!! $__form->open() !!} @if('post' === $__form->getAttribute('method') && function_exists('wp_nonce_field')) {!! wp_nonce_field($__form->getOption('nonce_action'), $__form->getOption('nonce'), $__form->getOption('referer'), false) !!} @endif @if($__form->getOption('csrf') && function_exists('csrf_field')) {!! csrf_field() !!} @endif @foreach($__form->repository()->getGroups() as $group)
@each($group->getView(true), $group->getItems(), '__field')
@endforeach {!! $__form->close() !!}