@extends('admin.layouts.app') @section('panel')
@forelse($allDevice as $device) @empty @endforelse
@lang('Name') @lang('Model') @lang('Device ID') @lang('Android Verison') @lang('App Version') @lang('Status')
{{ __($device->device_name) }} {{ __(@$device->device_model) }} {{ __(@$device->device_id) }} {{ __(@$device->android_version) }} {{ __(@$device->app_version) }} @if ($device->status) @lang('Connected') @else @lang('Disconnected') @endif
{{ __($emptyMessage) }}
@if ($allDevice->hasPages()) @endif
@lang('A device is connecting to the system')
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush @push('style') @endpush