Pricing

Quickly build an effective pricing table for your potential customers with this Bootstrap example. It’s built with default Bootstrap components and utilities with little customization.

Pro

$25/mensual

  • 20 users included
  • 10 GB of storage
  • Priority email support
  • Help center access
@if (auth()->user()->subscribedToPrice('price_1OFK3zFQC2bFZOM4OaO92fPF', 'importador 3 en 1')) Suscrito @else @endif

Pro

$75/trimestral

  • 20 users included
  • 10 GB of storage
  • Priority email support
  • Help center access
@if (auth()->user()->subscribedToPrice('price_1OFK7QFQC2bFZOM4MMh04HkD', 'importador 3 en 1')) Suscrito @else @endif

Pro

$100/semestral

  • 20 users included
  • 10 GB of storage
  • Priority email support
  • Help center access
@if (auth()->user()->subscribedToPrice('price_1OFK7eFQC2bFZOM4EiaTheTU', 'importador 3 en 1')) Suscrito @else @endif
Loading...
Loading...

Agregar metodo de pago


Información de tarjeta

@if (count($paymentMethods))

Métodos de pago

    @foreach ($paymentMethods as $item)
  • {{ $item->billing_details->name }} xxxx-{{ $item->card->last4 }} @if ($this->defaultPaymentMethod->id == $item->id) Predeterminado @endif

    Expira: {{ $item->card->exp_month . '/' . $item->card->exp_year }}

    @if ($this->defaultPaymentMethod->id != $item->id)
    @endif
  • @endforeach
@else
No existen meotodos de pagos
@endif
@push('js') @endpush