@if ($errors->has('razon_social'))
{{ $errors->first('razon_social') }}
@endif
@if ($errors->has('direccion'))
{{ $errors->first('direccion') }}
@endif
@if ($errors->has('codigo_postal'))
{{ $errors->first('codigo_postal') }}
@endif
@if ($errors->has('fecha_factura'))
{{ $errors->first('fecha_factura') }}
@endif
@if ($errors->has('numero_factura'))
{{ $errors->first('numero_factura') }}
@endif