@extends('layouts.app') @section('css') @endsection @section('content')
@php $from = isset($from) ? $from : ''; $to = isset($to) ? $to : ''; @endphp
{{ __('Monthly Lead') }}
{{ __('Leads By Status') }}
{{ __('Leads By Source') }}
@foreach ($totalLeadBySource as $key => $value) @endforeach
{{ __('Source') }} {{ __('No. of Lead') }}
{{ $key }} {{ $value['count'] }}
{{ __('Total') }} {{ $generalTotal }}
@endsection @section('js') @endsection