lundi 10 septembre 2018

Property [title] does not exist on this collection instance. laravel 5.5

I am trying to pass data to view using the following code in the controller file:

public function show(Post $post)
{
    $post = Post::find($post);
    return view('posts.show', compact('post'));
}

When I try to show the code as shown below,(this is show.blade.php)

<h2></h2>
<p></p>

it says

Property [title] does not exist on this collection instance. (View: E:\xampp\htdocs\lweb2\resources\views\posts\show.blade.php)



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2x2yXLU
via IFTTT

Aucun commentaire:

Enregistrer un commentaire