Merge branch 'main' of https://github.com/Ritikeshyadav/my-freeu into RitikeshFreeu

This commit is contained in:
Ritikesh yadav
2024-04-29 17:15:41 +05:30
29 changed files with 220 additions and 180 deletions

View File

@@ -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)
]);