Laravel Route请求

时间:2017-06-21 08:19:43

标签: laravel

我已发出通知。但通知发送完美。当我点击通知时没有进入通知以获取更多详细信息。 路线问题

 <a href="{{URL::to("surveys/59")}}">
                            <li class="list-group-item notifictionhover">
                                <strong>{{$notification["data"]["fromuser"]["name"]}}</strong>
                                Commented On Survey <strong>{{$notification["data"]["survey"]["title"]}}</strong>
                                <strong>{{$notification["data"]["comment"]["text"]}}</strong>
                                <div>{{$notification["created_at"]}}</div>
                            </li>
                        </a>

我的Web.php路线定义

Route::resource("surveys","SurveyController");

0 个答案:

没有答案