Files
sirpremiumv2/resources/views/components/primary-table.blade.php
T
2023-10-07 12:58:41 -05:00

12 lines
438 B
PHP

<div class="overflow-y-auto max-h-full overflow-x-auto w-full mx-auto text-sm">
<table wire:loading.class="opacity-50 cursor-wait" class="w-full text-center mt-4 border-separate border-spacing-y-2">
<thead class="font-normal bg-[#000029] text-white h-9">
{{ $thead }}
</thead>
<tbody class="text-gray-500 select-none">
{{ $tbody }}
</tbody>
</table>
{{ $tlink }}
</div>