@extends('layouts.member-app') @section('page-title')

@lang($pageTitle)

@if($user->can('add_lead') || $leadAdd) @lang('modules.lead.addNewLead') @endif
@endsection @push('head-script') @endpush @if($user->can('view_lead')) @section('filter-section')
@endsection @endif @section('content')

{{ $totalLeads }} @lang('modules.dashboard.totalLeads')

{{ $totalClientConverted }} @lang('modules.dashboard.totalConvertedClient')

{{ $pendingLeadFollowUps }} @lang('modules.dashboard.totalPendingFollowUps')

# @lang('app.clientName') @lang('modules.lead.companyName') @lang('app.createdOn') @lang('modules.lead.leadAgent') @lang('modules.lead.nextFollowUp') @lang('app.status') @lang('app.action')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script')