@extends('layouts.master') @section('style') @stop @section('content')
@include('partials.message')
{{ 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() !!}
@endsection @section('script') @stop