name('chat'); Route::get('/chat/{recipient}', [ChatController::class, 'show'])->name('chat.show');