I have an admin page that displays a list of schools and then upon clicking on a school, the admin is taken to a page where they can manage the school. From there, he can add a staff member. My problem is that I am not able to pick the schoolID that has been passed into the url. e.g the url of the current school is http://localhost:8000/admin/school/3 and I want the url of creating a staff member to be http://localhost:8000/admin/school/3/staff/create
and instead I get this: http://localhost:8000/admin/school/%7BschoolID%7D/staff/create
Help.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community