i just want to make a button redirecting me to something like this"/loans/loans->id/edit"
where loans->id is from database, how should he href look?
<button href="{{ URL('/loans/{{$loan->id}}/edit')}}"
This is what i have until now and is giving error