@extends('layouts.app') @section('content')
1Datos de compra
2Datos de entrega
3Dirección de facturación
 Tarjeta
Visa MasterCard American Express Diners

Transacciones realizadas vía:

Resumen de mi pedido

    @if(isset($listitemPago)) @php echo html_entity_decode($listitemPago) @endphp @endif
@if(isset($footitemPago)) @php echo html_entity_decode($footitemPago) @endphp @endif
@endsection