@extends('layouts.tienda')
@section('content')
-
Total a Pagar:
@if ($moneda->mostrar_a_d)
{{$moneda->simbolo}} {{ $charge->amount }}
@else
{{ $charge->amount }} {{$moneda->simbolo}}
@endif
-
Banco Destino: {{ $charge->payment_method->bank }}
-
Clabe: {{ $charge->payment_method->clabe }}
-
Concepto de Pago: {{ $charge->payment_method->name }}
@endsection