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

  Subscriptions

{{-- Products --}}
@if ($subscriptions)

Product

A single item for sale with its own details, images, and price.

@endif
@if (!$subscriptions)
Add Product(s)  
@endif @if ($subscriptions)

Drag the element to rearrange.

{{-- Display Sortable product here --}}
@endif