@extends('layouts.vending') @section('title', 'Slot Details') @section('content')
{{ $slot->vendingMachine->name }} - {{ $slot->vendingMachine->location }}
{{ $slot->position ?: 'Nicht angegeben' }}
{{ $slot->capacity }} Produkte
@if($slot->is_active) Aktiv @else Inaktiv @endif
{{ $product->description }}
Keine Produkte verfügbar. Erstellen Sie zuerst Produkte.
Neues Produkt erstellen