@if (session()->has('message'))
{{ session('message') }}
@endif @foreach($paymentMethods as $paymentMethod) @if(isset($paymentMethod->userAccount->account_number)) @else @endif @endforeach
# Payment Provider Account Number Actions
{{ $loop->iteration }} {{ $paymentMethod->provider->name }} ({{ $paymentMethod->fee_type }} Fee) {{ $paymentMethod->userAccount->account_number }}