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

{{ __($pageTitle) }}

@lang('modules.lead.addNewLead') @lang('modules.lead.kanbanboard') @lang('modules.lead.leadForm')
@endsection @push('head-script') @endpush @section('content')

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

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

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

@section('filter-section')
@lang('app.followUp')
 
@endsection
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush