【发布时间】:2020-05-22 02:39:31
【问题描述】:
我给出了一个视图 URL
<input type="hidden" id="urlview" urlview="{{ URL::route('Batch-InnerView/'.$batch->batch_id) }}" /> in view and my web route is
Route::get('/Batch-InnerView/{id}',['as' => 'BatchInnerView', 'uses' => 'student\StudentBatchController@getView']);
显示错误
错误异常 (E_ERROR) 路线 [/Batch-InnerView/1] 未定义。 (查看:D:\vjcetcrm\resources\views\settings\student\Batch-InnerView.blade.php)
【问题讨论】: