mercredi 10 mai 2017

http://localhost:8000/postView/14/edit?

editpost.blade.php

post controller

public function edit($id)

{ 



    $post=post::findorFail($id);



    return view('postView.editpost',compact('post'));      

}



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire