Implement Rappasoft Livewire Tables for project list and replace old component

This commit is contained in:
2026-05-12 14:04:07 +02:00
parent 0bc3ca3d3e
commit 4af4387b1e
5 changed files with 201 additions and 5 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
<a href="{{ route('projects.create') }}" class="btn btn-primary">+ {{ __('New Project') }}</a>
@endcan
</div>
<livewire:project-list />
<livewire:project-table />
</div>
</x-app-layout>