byos_laravel/resources/views/trmnl-layouts/single.blade.php
2025-09-15 20:00:41 +02:00

7 lines
125 B
PHP

@props([
'colorDepth' => '1bit',
])
<x-trmnl::screen colorDepth="{{$colorDepth}}">
{!! $slot !!}
</x-trmnl::screen>