@extends('layouts.app') @push('head-script') @endpush @section('page-title')

@lang($pageTitle)

@push('head-script') @endpush
@section('filter-section')
@lang('app.selectDateRange')
@lang('app.to')
Sales Executive
Lead Executive
Status
@endsection

Converted Leads ({{ $convertedLead }})

{{ global_setting()->currency->currency_symbol . $convertedvalue }}

In Negotiation ({{ $negotation }} )

{{ global_setting()->currency->currency_symbol . $negotationvalue }}

Proposal / Shared ({{ $proposal }} )

{{ global_setting()->currency->currency_symbol . $proposalvalue }}

Success Rate

{{ round($success_rate) }} %

Parked Leads

@foreach ($boardColumns as $key => $column) @if ($column->id == 14)
{{ ucwords($column->type) }}  @if (count($column->leads) != 0) ({{ count($column->leads) }}) @endif
{{ global_setting()->currency->currency_symbol . $column->leads->sum('value') }}
@endif @endforeach

Lost Leads

@foreach ($boardColumns as $key => $column) @if ($column->id == 16)
{{ ucwords($column->type) }}  @if (count($column->leads) != 0) ({{ count($column->leads) }}) @endif
{{ global_setting()->currency->currency_symbol . $column->leads->sum('value') }}
@endif @endforeach
@endsection @push('footer-script') {{-- {!! $dataTable->scripts() !!} --}} {{-- --}} @endpush