@extends('layouts.admin') @section('title', 'Admin Dashboard - Pamtech') @section('content')
Battery verification & inventory management
Total Units
{{ number_format($stats['total']) }}
Valid
{{ number_format($stats['valid']) }}
Used
{{ number_format($stats['used']) }}
Fake
{{ number_format($stats['fake']) }}
Total Scans
{{ number_format($stats['total_scans']) }}
| Serial Code | Type | Specifications | Status | Scan Count | Actions |
|---|---|---|---|---|---|
|
{{ $battery->serial_code }}
|
{{ $battery->type }}
|
{{ $battery->volts }}V • {{ $battery->amhs }}Ah
CCA: {{ $battery->cca }} • Class: {{ $battery->class }}
|
{{ ucfirst($battery->status) }} |
{{ $battery->scan_count }}
|
View |
|
No batteries found Try adjusting your search or filters |
|||||