nyaabooru/resources/views/livewire/app/home.blade.php
Jaiden 1442dbfa60
Some checks are pending
Docker / build (push) Waiting to run
add users page, full screen image preview, footer
2025-05-25 05:23:34 -04:00

15 lines
319 B
PHP

<div class="wa-stack wa-gap-3xl">
<div class="wa-grid">
{{-- <h1 class="wa-cluster">--}}
{{-- <wa-icon name="paw-simple"></wa-icon>--}}
{{-- {{ config('app.name') }}--}}
{{-- </h1>--}}
<h1>{{ config('app.name') }}</h1>
@auth
<livewire:search />
@endauth
</div>
<livewire:post-feature lazy />
</div>