Add temporary giveaway page
This commit is contained in:
@@ -41,4 +41,11 @@ class HomeController extends Controller
|
||||
return view('home')
|
||||
->with('positions', $positions);
|
||||
}
|
||||
|
||||
public function pageGiveaway()
|
||||
{
|
||||
|
||||
return view('giveaway');
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user