{{-- Back Button to Profile Page --}}
{{-- --}} @if (auth()->user()->user_type != 'Free') @endif

  Payment Links

@if ($payments) {{-- if FREE User, can only add 4 Payment --}} @if ( $payments && (($user_type == 'Free' && $payments->count() < 4) || in_array($user_type, ['Basic', 'Gold', 'Platinum', 'Influencer', 'Sponsored'])))

Add New

Add a new payment link

@endif @endif
@if (!$payments)
Add Payment Link(s)  
@endif @if ($payments)

Drag the element to rearrange.

{{-- Display Sortable Payment links here --}}
@endif