{{ ucfirst($platform) }} @lang('restapi::app.devices')
@if($devices->count())
{{ $devices->count() }} @lang('restapi::app.devices')
@foreach($devices as $device) @php $meta = json_decode($device->details ?? '', true); $meta = is_array($meta) ? $meta : []; @endphp @endforeach
@else
@lang('restapi::app.noRegisterDeviceFound')
@endif
@lang('app.close') @lang('app.send')