9 lines
194 B
PHP
9 lines
194 B
PHP
<x-app-layout>
|
|
<x-slot name="header">
|
|
<h2 class="font-semibold text-xl text-gray-800 leading-tight">
|
|
{{ __('Monitor') }}
|
|
</h2>
|
|
</x-slot>
|
|
|
|
|
|
</x-app-layout>
|