isset laravel
//In Controller
public function returnView() {
return View::make('view')->with('param',$param);
}
//In View
@isset($param)
Source: stackoverflow.com
Share This
0Shares
isset laravel
//In Controller
public function returnView() {
return View::make('view')->with('param',$param);
}
//In View
@isset($param)
Source: stackoverflow.com
Share This
Be the first to comment