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

This commit is contained in:
Ritikesh yadav
2024-04-29 14:42:26 +05:30
4 changed files with 14 additions and 4 deletions

View File

@@ -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(),