@extends('layouts.dashboard') @section('title', 'Bins') @section('content')
| QR identifier | Size | Status | Location / booking | |
|---|---|---|---|---|
| {{ $bin->qr_token }} | {{ $bin->binType?->name }} | {{ str_replace('_', ' ', $bin->status->value) }} | @if ($bookingBin = $currentBookings[$bin->id] ?? null) {{ $bookingBin->booking->reference }} @elseif ($bin->current_latitude !== null) {{ $bin->current_latitude }}, {{ $bin->current_longitude }} @else — @endif | Edit |