can you try
{!! link_to('cats/breeds/'. $cat->breed->name, $cat->breed->name) !!}
alainbelez said:
can you try
{!! link_to('cats/breeds/'. $cat->breed->name, $cat->breed->name) !!}
I can't see the difference? :0
{!! !!} instead of {{ }} (that's Laravel 5)
https://laravel-news.com/2014/09/laravel-5-0-blade-changes/
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community