SyntaxFix
Write A Post
Hire A Developer
Questions
Get the flag parameter from the URL string http://cube.wisercapital.com/hf/create?flag=1
public function create(Request $request) { $flag = $request->input('flag'); return view('hf.create', compact('page_title', 'page_description', 'flag')); }