Merge branch 'main' of https://github.com/Ritikeshyadav/my-freeu into RitikeshFreeu
This commit is contained in:
@@ -117,6 +117,7 @@ class ManageLeadController extends Controller
|
||||
|
||||
public function viewLead($id)
|
||||
{
|
||||
// dd($this->lead->show($id));
|
||||
return view('Admin.Pages.manage_leads.view-lead', [
|
||||
'lead' => $this->lead->show($id)
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user