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

{{ __($pageTitle) }}

@if($user->cans('add_lead')) @lang('modules.lead.addNewLead') @endif
@endsection @push('head-script') @endpush @if($user->cans('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.id') @lang('app.clientName') @lang('modules.lead.companyName') @lang('app.createdOn') @lang('modules.lead.nextFollowUp') @lang('app.status') @lang('app.action')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script')