@extends('layouts.admin') @section('title', 'Inventories | Admin Rental') @section('page_title', 'Inventories') @push('styles') @endpush @section('content')
Kelola stok kendaraan rental Anda. Gunakan halaman ini untuk melihat jumlah total, reserved, available, dan catatan cek terakhir.
| Vehicle | Total | Reserved | Available | Last Checked By | Notes | Action |
|---|---|---|---|---|---|---|
| {{ $inventory->vehicle->name ?? '-' }} | {{ $inventory->total }} | {{ $inventory->reserved }} | {{ $inventory->available }} | {{ $inventory->lastCheckedBy->name ?? '-' }} | {{ \Illuminate\Support\Str::limit($inventory->notes, 80) }} | View |
Inventory akan muncul setelah kendaraan dan stok terhubung ke rental ini.