mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 02:11:36 +00:00
8 lines
270 B
PHP
8 lines
270 B
PHP
<div
|
|
{!! $attributes->merge(["class" => "inline-block min-w-full max-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>
|