@extends('layouts.app') @section('title', 'لوحة التحكم - نظام إدارة الأصول') @section('content')
| الاسم | النوع | الكمية | التاريخ |
|---|---|---|---|
|
{{ $item->name }} {{ $item->code }} |
{{ $item->item_type ?? '-' }} | {{ $item->quantity }} | {{ $item->created_at->diffForHumans() }} |
|
لا توجد مواد حالياً |
|||
| الجهاز | الحالة | الصيانة القادمة |
|---|---|---|
|
{{ $device->name }} {{ $device->code }} |
{{ $device->status }} | {{ $device->next_maintenance_date ?? 'غير محدد' }} |
|
لا توجد أجهزة تحتاج صيانة حالياً |
||