We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6973097 commit bff848eCopy full SHA for bff848e
resources/views/docs/desktop/2/the-basics/system.md
@@ -93,8 +93,11 @@ it give you any special privileges to their system.**
93
You can list all available printers:
94
95
```blade
96
-@@use(Native\Desktop\Facades\System) @@foreach(System::printers() as $printer)
97
-@{{ $printer->displayName }} @@endforeach
+@@use(Native\Desktop\Facades\System)
+
98
+@@foreach(System::printers() as $printer)
99
+ @{{ $printer->displayName }}
100
+@@endforeach
101
```
102
103
Each item in the printers array is a `\Native\Desktop\DataObjects\Printer` which contains various device details and
0 commit comments