4 lines
182 B
PHP
4 lines
182 B
PHP
|
|
<x-card class="bg-gray-100 dark:bg-gray-950">
|
||
|
|
<x-slot name="title">{{ __('staff.empty_title') }}</x-slot>
|
||
|
|
<p class="p-3 text-sm">{{ __('staff.empty_message') }}</p>
|
||
|
|
</x-card>
|