Ejemplo n.º 1
0
 public function activities($id)
 {
     return view('app.contact.activities', ['contact' => Contact::withTrashed()->find($id)]);
 }