@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.condutore.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('nome')) {{ $errors->first('nome') }} @endif {{ trans('cruds.condutore.fields.nome_helper') }}
@if($errors->has('numero_registro')) {{ $errors->first('numero_registro') }} @endif {{ trans('cruds.condutore.fields.numero_registro_helper') }}
@if($errors->has('categoria')) {{ $errors->first('categoria') }} @endif {{ trans('cruds.condutore.fields.categoria_helper') }}
@if($errors->has('validade')) {{ $errors->first('validade') }} @endif {{ trans('cruds.condutore.fields.validade_helper') }}
@if($errors->has('situacao')) {{ $errors->first('situacao') }} @endif {{ trans('cruds.condutore.fields.situacao_helper') }}
@if($errors->has('pontuacao')) {{ $errors->first('pontuacao') }} @endif {{ trans('cruds.condutore.fields.pontuacao_helper') }}
@endsection