@extends('layouts.app') @section('title', 'مخزون الأجهزة') @section('breadcrumb')@endsection @section('page_actions') @can('devices.create') جهاز جديد @endcan @endsection @section('content')
@foreach (\App\Models\DeviceUnit::STATUSES as $key => $label)
{{ $summary[$key] ?? 0 }}
{{ $label }}
@endforeach
سجل الأجهزة
@can('devices.create') @endcan @endsection @push('scripts') @endpush