I want to do the following in my blade.php but I get a syntax error:
<a class="btn btn-info" role="button" href="{{ url('/Animal/{{$animal->id}}/edit')}}">Edit Profile</a>
The error is to do with the href attribute I think, how do I correct the syntax?
Error I am getting: enter image description here