mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
9 lines
241 B
PHP
9 lines
241 B
PHP
<x-app-layout>
|
|
<x-slot name="header">
|
|
<h2 class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight">
|
|
{{ __('Devices') }}
|
|
</h2>
|
|
</x-slot>
|
|
|
|
<livewire:device-manager />
|
|
</x-app-layout>
|