@extends('layouts.vending') @section('title', isset($tenant) ? $tenant->name . ' - Snackautomat' : 'Snackautomat') @section('content')
{{ $tenant->description }}
@endif{{ $machine->location }}
@if($machine->machine_number)Maschinennummer: {{ $machine->machine_number }}
@endif@if(isset($tenant)) Mandant: {{ $tenant->name }} @else Direkt-URL: {{ $machineUrl }} @endif
@endforeach{{ $selectedMachine->location }}
@if($selectedMachine->description){{ $selectedMachine->description }}
@endif{{ number_format($slot->products->first()->pivot->current_price ?? $product->price, 2) }}€
@elseif(!isset($tenant)){{ number_format($slot->products->first()->pivot->current_price ?? $product->price, 2) }}€
@endif @if(isset($tenant) && $tenant->show_stock){{ $quantity }} verfügbar
@elseif(!isset($tenant)){{ $quantity }} verfügbar
@endifKeine aktiven Fächer in diesem Automaten.
Klicken Sie auf ein Produkt mit der entsprechenden Fachnummer, um detaillierte Informationen gemäß LMIV (Lebensmittelinformationsverordnung) anzuzeigen.
@if(isset($tenant)) Derzeit sind keine aktiven Snackautomaten für {{ $tenant->name }} verfügbar. @else Derzeit sind keine aktiven Snackautomaten verfügbar. @endif
@if(!isset($tenant)) Mandanten durchsuchen @endif