F
Filament9mo ago
Itachi

How get data From url

"http://127.0.0.1:8000/dashboard/trainingSession?data=1" this is my url how i get data form url in this trainingSession page
2 Replies
toeknee
toeknee9mo ago
The same as you would normally do in laravel? request()->input('data')
Itachi
Itachi9mo ago
ok sir