@extends('emails.InformationPurchase') @section('content')
Se hizo una compra por el monto de $@convert($payload['amount'])
| RUC: | 0993293180001 |
|---|---|
| NOMBRE: | VINUEZAGROUP S.A |
| CUENTA CORRIENTE: | 2100231675 |
| BANCO: | PICHINCHA |
| EMAIL: | PAGOS@AIRMALL.EC |
| Artículo | Descripción | Cantidad | Precio | Total |
|---|---|---|---|---|
| {{ $items['name'] }} {{ $items['short_name'] }} | {{ $items['short_detail'] }} | {{ $items['quantity'] }} | $@convert($items['price']) | $@convert($items['price']*$items['quantity']) |