<p> @if ($cat->breed) Breed: {{ link_to('cats/breeds/'. $cat->breed->name,...
I haven't created a remember_token colum when I created users table. After I created users table I s...
By using this code I'm trying to return the post from posts table which has the same id by {post}. R...
alainbelez said: can you try {!! link_to('cats/breeds/'. $cat->breed->name, $cat->breed-&g...
The Laravel portal for problem solving, knowledge sharing and community building.
The community