mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 02:41:36 +00:00
6 lines
254 B
PHP
6 lines
254 B
PHP
<div {!! $attributes->merge(['class' => 'inline-block min-w-full overflow-x-auto rounded-md bg-white align-middle border border-gray-200 dark:border-gray-700 dark:bg-gray-800']) !!}>
|
|
<table class="min-w-full">
|
|
{{ $slot }}
|
|
</table>
|
|
</div>
|