@extends('plantilla') @section('titulo', "$titulo") @section('scripts') @endsection @section('breadcrumb')
@endsection @section('contenido')
@if(isset($array_moneda) && $array_moneda) @foreach($array_moneda as $moneda) @if($moneda->idmoneda == 1)
@elseif($moneda->idmoneda == 2)
@else
@endif @endforeach @endif
Cuotas aceptadas
Cuota Importe Sin interes
Precio de MercadoPago
@endsection