{{ $creator->display_name }}'s Shop | Buy Me A Drink
Back to {{ '@' . $creator->handle }} profile

{{ $creator->display_name }}'s Shop

Digital products, presets, tools & exclusive 1-on-1 services.

@forelse($shopItems as $item)
{{ str_replace('_', ' ', $item->type) }}

{{ $item->title }}

{{ $item->description }}

Price ${{ number_format($item->price, 2) }}

Checkout: {{ $item->title }}

@csrf
@if($item->type === 'commission')
@endif
Total Price ${{ number_format($item->price, 2) }}
@empty
No shop items listed yet.
@endforelse