{{ trans('ui.windows.new_window') }}
@include('errors.form_error')
{!! Form::open(array('url' => 'ventanilla', 'class' => 'cmxform form-horizontal', 'id' => 'nameForm')) !!}
@include('ventanillas.form',['button' => trans('ui.windows.button_add')])
{!! Form::close() !!}