I have a url : http://localhost:8888/projects/oop/2
http://localhost:8888/projects/oop/2
I want to access the first segment --> projects
projects
I\'ve tried
Try this
{{ Request::segment(1) }}