@extends('layouts.admin') @section('content')
{{ __('Management of operational parameters and models') }}
| {{ __('Account Info') }} | {{ __('Company Name') }} | {{ __('Authorized Machines') }} | {{ __('Action') }} |
|---|---|---|---|
|
{{
$user->name }}
{{
$user->username }}
|
{{ $user->company->name ?? __('System') }} | ||
|
{{ __('No accounts found') }} |
|||
| {{ __('Model Name') }} | {{ __('Machine Count') }} | {{ __('Last Updated') }} | {{ __('Action') }} |
|---|---|---|---|
|
{{ $model->name }}
|
{{ $model->machines_count ?? 0 }} {{ __('Items') }} |
{{ $model->updated_at->format('Y/m/d H:i') }}
|
|
| {{ __('No data available') }} | |||
{{ __('Scan this code to quickly access the maintenance form for this device.') }}
{{ __('Selection') }}: / {{ __('Devices') }}