Advertisement
SpykeRel04D

Untitled

Nov 10th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public function edit($id)
  2. {
  3. $contact = Contact::find($id);
  4. return view('contacts.edit', compact('contact'));
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement