Digital Shop Management | Buy Me A Drink

Digital Shop & Extras

List digital downloads, presets, code templates, or 1-on-1 services.

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

{{ $item->title }}

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

{{ $item->description }}

@csrf @method('DELETE')
@empty
No products listed yet. Click "+ List New Product" to start selling digital products!
@endforelse

List Product / Service

@csrf