{{ trans('ui.windows.edit_window') }}
@include('errors.form_error')
{!! Form::model($ventanilla, ['method' => 'PUT', 'route' => ['ventanilla.update', $ventanilla->id], 'class' => 'cmxform form-horizontal', 'id' => 'nameForm']) !!}
@include('ventanillas.form', ['button' => trans('ui.windows.button_update')])
{!! Form::close() !!}