{{-- resources/views/agent/leads/index.blade.php --}} @extends('layouts.contentLayoutMaster') @section('title', 'My Leads') @section('page-style') @endsection @section('content')

My Leads

{{-- Tab Navigation --}} {{-- Tab Content --}}
@include('agent.leads.partials.assigned')
@include('agent.leads.partials.personal')
{{-- ==================== PURCHASED LEADS TAB ==================== --}}
{{-- Unified purchased partial (Purchase Lead button + per-type tabs + Convert actions) --}} @include('agent.leads.partials.purchased', ['data' => $data])
{{-- ================== /PURCHASED LEADS TAB ================== --}}
@include('agent.leads.partials.social')
@endsection @section('page-script') @endsection