Hi there, I am trying to figure out the correct way to use routes within links. I know the below does not work but this is the concept im looking for. i know it works with return redirect routes
{ URL::route('MyPage')->with('edit', $data) }}
and to call the data with flashed session:
$data['edit'] = Session::get('edit');
Thanks.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community