Files
SealShare/resources/views/dashboard.blade.php
T

19 lines
1.0 KiB
PHP

<x-layouts::app :title="__('Dashboard')">
<div class="flex h-full w-full flex-1 flex-col gap-4 rounded-xl">
<div class="grid auto-rows-min gap-4 md:grid-cols-3">
<div class="relative aspect-video overflow-hidden rounded-xl border border-base-300">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-current/20" />
</div>
<div class="relative aspect-video overflow-hidden rounded-xl border border-base-300">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-current/20" />
</div>
<div class="relative aspect-video overflow-hidden rounded-xl border border-base-300">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-current/20" />
</div>
</div>
<div class="relative h-full flex-1 overflow-hidden rounded-xl border border-base-300">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-current/20" />
</div>
</div>
</x-layouts::app>