{{ 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() !!}