search tabs added

This commit is contained in:
Benjamin Takats
2022-12-01 00:10:37 +01:00
parent 8769b0bb52
commit d2427cf3d0
16 changed files with 210 additions and 85 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace App\Http\Livewire\Frontend;
use Livewire\Component;
class SearchEvent extends Component
{
public function render()
{
return view('livewire.frontend.search-event');
}
}