Merge branch 'main' of https://github.com/Ritikeshyadav/my-freeu into RitikeshFreeu
This commit is contained in:
@@ -31,6 +31,7 @@ class ManageLeadController extends Controller
|
||||
if (!$check) {
|
||||
abort(404);
|
||||
}
|
||||
// dd($this->lead->getAllLeads());
|
||||
return view('Admin.Pages.manage_leads.manage_leads', [
|
||||
'leads' => $this->lead->getAllLeads(),
|
||||
'leadCount' => $this->lead->totalLead(),
|
||||
|
||||
Reference in New Issue
Block a user