Editar licencia - {{ $licencia['name'] }}
@csrf @method('PUT')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{-- price --}}
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
{{--
--}}