This commit is contained in:
2023-11-28 04:39:36 +08:00
parent a9ac0e48b3
commit dc37274b6c
86 changed files with 2106 additions and 191 deletions

View File

@@ -0,0 +1,8 @@
<form action="{{ route('front.search.post') }}" method="POST"
class="form-inline d-flex justify-content-center border rounded-pill p-2">
@csrf
<input class="form-control form-control-lg border-0 rounded-pill" type="search" placeholder="Search AI Tools"
name="query" value="{{ session()->get('query') }}" aria-label="Search">
<button class="btn btn-lg btn-primary bg-gradient text-white rounded-pill ms-2 text-nowrap px-4 fw-bold"
type="submit">Search with Buddy AI </button>
</form>