@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

@foreach($payload['cart'] as $items) @endforeach
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'])

Puedes ingresar el numero de deposito y ver el detalle aquí @endsection