Merge branch 'alika' of http://bibgit.com/Subash/new_raffles
This commit is contained in:
@@ -312,4 +312,12 @@ class WebsiteController extends Controller
|
||||
|
||||
return view('client.raffles.pages.cost-result', $data);
|
||||
}
|
||||
|
||||
|
||||
public function thankyouPage(Request $r)
|
||||
{
|
||||
$data = new \stdClass();
|
||||
$data->title = "Thank You";
|
||||
return view("client.raffles.pages.thankyou", compact('data'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user