why always Sorry, the page you are looking for could not be found.
1/1 NotFoundHttpException in compiled.php line 8882:
in compiled.php line 8882 at RouteCollection->match(object(Request)) in compiled.php line 8206 at Router->findRoute(object(Request)) in compiled.php line 8134 at Router->dispatchToRoute(object(Request)) in compiled.php line 8130
and this is my route:
Route::get('/reportpeta/{filterperiode}','PetaReportController@getProvinsi');
view.blade
{{ Form::open(array('url' => url('/reportpeta/'),'method' => 'get')) }}
....
{{!! Form::close() !!}}
Controller
public function getProvinsi($filterperiode){
.......
}
and this is problem because calling
{{ Form::open(array('url' => url('/reportpeta/'),'method' => 'get')) }}
please tell me how to call url correctly