outfits = Outfit::all(); } public function render() { return view('livewire.outfits.outfit-list', ['outfits' => Outfit::paginate(10),]); } }