Skip to content

Commit

Permalink
card to section
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Aug 6, 2023
1 parent d8e3c56 commit 85875ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/pages/importer.blade.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="space-y-4">

<x-filament::card>
<x-filament::section>
found:
<span class="text-md font-semibold">{{ $this->getViewData()['wpPosts']->count() }}</span>
posts
</x-filament::card>
</x-filament::section>

{{ $this->form }}

Expand All @@ -13,4 +13,4 @@
Import
</x-filament::button>
</div>
</div>
</div>

0 comments on commit 85875ee

Please sign in to comment.