@extends('layouts.contentLayoutMaster') @php // Ensure the sidebar is shown even if the controller didn't pass config $configData = $configData ?? array_merge(\App\Helpers\Helper::applClasses(), [ 'mainLayoutType' => 'vertical', 'showMenu' => true, 'layoutWidth' => 'full', ]); @endphp @section('title', 'Leads') @section('content')

Leads Management

Admins can upload, assign, and manage leads from this page.

{{-- NEW: Purchased Leads hub --}} {{-- NEW: Quick jump to Health / Medicare on the purchased page --}}
{{-- Optional tools row --}}
@endsection