Exemple #1
0
 public function activities($id)
 {
     return view('app.lead.activities', ['lead' => Lead::withTrashed()->find($id)]);
 }