@extends('layouts.admin') @section('content')
{{ __('Real-time slot-level inventory across all machines') }}
| {{ __('Machine') }} | {{ __('Serial No.') }} | {{ __('Slots') }} | {{ __('Total Stock') }} | {{ __('Fill Rate') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $machine->name }} | {{ $machine->serial_no }} | {{ $machine->total_slots ?? 0 }} | {{ $currentStock }} |
|
|
| {{ __('No machines found') }} | |||||