parfum/resources/views/livewire/studio/information/testimonials.blade.php

12 lines
282 B
PHP

<flux:main>
<div class="flex justify-between items-center">
<div>
<flux:heading size="xl">{{ $pageTitle }}</flux:heading>
</div>
</div>
<div class="mt-6">
<livewire:datatable.information.testimonials-table />
</div>
</flux:main>