{!! Form::label('rfc', 'Rfc') !!}
{{ $customer->rfc }}
{!! Form::label('razon_social', 'Razon Social') !!}
{{ $customer->razon_social }}
{!! Form::label('direccion_factura', 'Direccion Factura') !!}
{{ $customer->direccion_factura }}
{!! Form::label('clave', 'Clave') !!}
{{ $customer->clave }}
{!! Form::label('uso_cfdi', 'Uso Cfdi') !!}
{{ $customer->uso_cfdi }}