🎃
Size: a a a
🎃
🎃
$boards = Board::with([
'users' => function($q) use ($userId) {
$q->wherePivot('user_id', $userId)
}
])
->where('author_id', $userId)
->first(['id', 'name', 'email'])
->get()
->toArray();
V
V
AI
AI
🎃
🎃
🎃
AI
AI
🎃
🎃
🎃
V
AI
🎃
LL
The "C:\Software\OSPanel\domains\mgz\app/Http/Livewire" directory does not exist. (View: C:\Software\OSPanel\domains\mgz\resources\views\profile\show.blade.php
AI