@extends('layouts.app') @section('title', 'Payment Methods - BlueSmokeAI') @section('header')
{{ session('success') }}
Please fix the following errors:
| Card | Expiration | Status | Actions |
|---|---|---|---|
|
@if($method['brand'] === 'visa')
@elseif($method['brand'] === 'mastercard')
@elseif($method['brand'] === 'amex')
@else
@endif
{{ ucfirst($method['brand']) }} ending in {{ $method['last4'] }}
|
{{ $method['exp_month'] }}/{{ $method['exp_year'] }} | @if($method['is_default']) Default @else Active @endif | @if(!$method['is_default']) @endif |
| No payment methods found. Add your first payment method below. | |||