{{ __('Devices') }}

{{ __('Devices') }}

@if (\Session::has('error'))
@endif
@if(session('Devices_Create')||Auth::user()->TenantId==NULL)

@endif
@if(session('Devices_Edit')||session('Devices_Edit')||Auth::user()->TenantId==NULL) @endif @if(Auth::user()->TenantId==NULL) @endif @foreach ($datas as $data) @if(session('Devices_Edit')||session('Devices_Delete')||Auth::user()->TenantId==NULL) @endif @if(Auth::user()->TenantId==NULL) @endif @endforeach
{{ __('Actions') }}{{ __('Tenant') }}{{ __('Online') }} {{ __('Serial number') }} {{ __('Pool name') }} {{ __('Shop name') }} {{ __('Mac Address') }} {{ __('Firmware') }}
{{ $data->tenantname }} {{ $data->Serial }} {{ $data->Name }} {{ $data->Fullname }} {{ $data->MacAddress }} {{ $data->FirmwareVersion }}
@include('device.edit')