درود خوبی...
کنترلر لایو وایر:
public $search; protected $queryString = ['search']; public $readyToLoad = false; public function loadUser() { $this->readyToLoad = true; } public function render() { $users = $this->readyToLoad ? User::where('name','LIKE',"%{$this->search}%")-> orWhere('name','LIKE',"%{$this->search}%")-> orWhere('username','LIKE',"%{$this->search}%")-> orWhere('email','LIKE',"%{$this->search}%")-> orWhere('mobile','LIKE',"%{$this->search}%")-> orWhere('position','LIKE',"%{$this->search}%")-> orWhere('id',$this->search)->latest()->paginate(15) : []; return view('livewire.support.users.index', compact('users'))->extends('layouts.app') ->section('content'); }
سمت کاربر:
<div class="card" wire:init="loadUser"> <div class="mb-3 col-4 float-end" style="margin-top: -25px;"> <label for="search"></label> <input type="text" class="form-control" id="search" wire:model.debounce.1000="search" placeholder="جستجوی کاربران ..."> </div> </div>
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟