Files

4 lines
208 B
PHP
Raw Permalink Normal View History

2025-12-09 06:52:43 +00:00
<x-card class="bg-gray-100 dark:bg-gray-950">
<x-slot name="title">{{ __('staff-applications.empty_title') }}</x-slot>
<p class="p-3 text-sm">{{ __('staff-applications.empty_message') }}</p>
</x-card>