If you need more info, please check budget planning
@forelse($cards as $card)
{{$card->card->brand}} **** {{$card->card->last4}}
Card expires at {{$card->card->exp_month}}/{{$card->card->exp_year}}
@if(count($cards) !== 1) @endif
@empty @endforelse @if (session()->has('message'))

{{ session('message') }}

@endif