@include('partials._head') @include('partials._nav')
@if (session('status'))
{{ session('status') }}
@endif @include('partials._header_forms', ['title'=> 'Licenca'])
@if (count($errors) > 0)
{{ trans('forms.general_error') }}
@endif {!! Form::model($licence, ['route' => ['licence.update', $licence->id], 'method' => 'PUT', 'id'=>'form1']) !!} @include('licences.fields') {!! Form::close() !!}
@include('partials._javascript', ['needValidate' => 'yes']) @yield('scripts')