| @if($cliente->logo_config) |
FECHA: {{ date("d/m/Y", strtotime($pago->fecha_solicitud_capa)) }} |
| DATOS DEL CLIENTE |
|---|
| NOMBRE: | {{ $casos->cliente }} | CORREO ELECTRÓNICO: | {{ $casos->email }} |
|---|
| DETALLE DEL PAGO |
|---|
| CONCEPTO | |
|---|---|
| {{$pago->titulo_capa}} | |
| TÍTULO | |
| {{ $pago->descripcion_capa }} | |
| SUBTOTAL | {{ "$" . number_format($pago->subtotal_capa, 2) }} |
| IMPUESTOS | {{ "$" . number_format($pago->impuestos_capa, 2) }} |
| TOTAL | {{ "$" . number_format($pago->total_capa, 2) }} |