@extends('layouts.admin')
@section('title', 'Equipment / Vehicles')
@section('content')
Total Assets
{{ $equipment->total() }}
In Service
85%
Maintenance
4 Due
| Name | Type | Model | Serial | Status | Actions |
|---|---|---|---|---|---|
| {{ $e->name }} | {{ $e->type ? ucfirst($e->type) : '-' }} | {{ $e->model ?? '-' }} | {{ $e->serial_number ?? '-' }} |
|
|
| No equipment found. | |||||