@csrf

Datos Generales

@if ($errors->has('fecha_atencion')) {{ $errors->first('fecha_atencion') }} @endif
@if ($errors->has('fecha_vencimiento')) {{ $errors->first('fecha_vencimiento') }} @endif
@if ($errors->has('cliente')) {{ $errors->first('cliente') }} @endif
@if ($errors->has('tipo_venta')) {{ $errors->first('tipo_venta') }} @endif
@if ($errors->has('condicion_id')) {{ $errors->first('condicion_id') }} @endif