@extends('adminlte::page') @section('content')
| ID | Type | Equipment ID | Capacity | Description | Make | Model No | Serial No | Year | Status | Remarks | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $eq->id }} | {{ $eq->eq_type }} | {{ $eq->eq_id }} | {{ $eq->capacity }} | {{ $eq->description }} | {{ $eq->make }} | {{ $eq->model_no }} | {{ $eq->ser_no }} | {{ $eq->man_year }} | {{ ucfirst($eq->status) }} | {{ $eq->remarks }} | Edit |