This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
<!-- Search Form -->
|
||||
<div class="bg-white rounded-lg shadow-md border border-gray-200 p-6 mb-8 max-w-4xl mx-auto">
|
||||
<form wire:submit.prevent="search" class="flex flex-col md:flex-row gap-4 items-end">
|
||||
@csrf
|
||||
<div class="flex-1">
|
||||
<input id="firstName" type="text" wire:model.defer="firstName"
|
||||
class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-colors text-black"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
|
||||
<title>{{ $title ?? config('app.name') }}</title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user