Detalles del Modelo

{{ old('accion') }}
{{csrf_field()}}
@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('marca')) {{ $errors->first('marca') }} @endif
{{--
@if ($errors->has('tipo')) {{ $errors->first('tipo') }} @endif
--}}

(*) Campos Obligatorios