@extends('layouts.app') @section('content') @extends('ventas.menu')
@csrf Eliminar cliente
condiciones_pago != 1 && !$cliente->rtu ? 'required' : '' }}> @if ($cliente->rtu)

Ver archivo RTU

@endif
@if ($cliente->representacion_legal)

Ver archivo de Representación Legal

@endif


Operaciones


Trazabilidad

@endsection