@extends('layouts.app')
@section('content')
@if (\Session::has('paypal_success'))
{{ \Session::get('paypal_success') }}
@endif
@php
$currency = currency();
$date_format = get_company_option('date_format','Y-m-d');
@endphp
{{ _lang('Total Customers') }}
{{ $converted_by_user_id }}
{{ _lang('Total Current Month Sale') }}
{{ decimalPlace($total_current_month_sale, $currency) }}
{{ _lang('Total Previous Month Sale') }}
{{ decimalPlace($total_previous_month_sale, $currency) }}
{{ _lang('Total Current Year Sale') }}
{{ decimalPlace($total_current_year_sale, $currency) }}
{{ _lang('Total Previous Year Sale') }}
{{ decimalPlace($total_previous_year_sale, $currency) }}
{{ _lang('Gross Income') }}
{{ decimalPlace($total_sale, $currency) }}
{{----}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Current Month Income') }}--}}
{{--
--}}
{{--
{{ decimalPlace($current_month_income, $currency) }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Current Month Expense') }}--}}
{{--
--}}
{{--
{{ decimalPlace($current_month_expense, $currency) }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Project In Progress') }}--}}
{{--
--}}
{{--
{{ isset($project_status['in_progress']) ? $project_status['in_progress'] : '0' }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Completed Project') }}--}}
{{--
--}}
{{--
{{ isset($project_status['completed']) ? $project_status['completed'] : '0' }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Total Leads') }}--}}
{{--
--}}
{{--
{{ $total_lead_count }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Converted') }}--}}
{{--
--}}
{{--
{{ $total_converted_lead_count }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Hot Prospect') }}--}}
{{--
--}}
{{--
{{ $total_hot_lead_count }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Follow Up') }}--}}
{{--
--}}
{{--
{{ $total_follow_lead_count }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Total Invoice') }}--}}
{{--
--}}
{{--
{{ $total_invoice_count }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Unpaid Invoice') }}--}}
{{--
--}}
{{--
{{ $unpaid_invoice_count }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Current Month Renewals') }}--}}
{{--
--}}
{{--
{{ $upcoming_renewal }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Canceled Invoice') }}--}}
{{--
--}}
{{--
{{ $canceled_invoice_count }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Total Employees') }}--}}
{{--
--}}
{{--
{{ $total_employees_count }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('New Joinee') }}--}}
{{--
--}}
{{--
{{ $total_new_employees_count }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Total Demo') }}--}}
{{--
--}}
{{--
{{ $total_demo }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ _lang('Canceled Demo') }}--}}
{{--
--}}
{{--
{{ $canceled_demo }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
Upload File
Sample File
| Client |
Email |
Phone |
Note |
View |
@foreach($reminders as $key => $value)
@php
$today = \Carbon\Carbon::now();
$td = $today->format('Y-m-d');
$re_date = date("Y-m-d", strtotime($value->date) );
@endphp
| {{ client_name($value->lead_id) }} |
{{ client_email($value->lead_id) }} |
{{ client_phone($value->lead_id) }} |
{{ $value->description }} |
|
@endforeach
| Name |
Email |
Score |
@if($user == 'no')
| No record found! |
@else
@foreach($user as $key => $value)
| {{ $value['name'] }} |
{{ $value['email'] }} |
{{ round($percentage) }}% |
@endforeach
@endif
{{--
| {{ _lang('A/C') }} |
{{ _lang('A/C Number') }} |
{{ _lang('Balance') }} |
@foreach(get_financial_balance() as $account)
| {{ $account->account_title.' ('.$account->account_currency.')' }} |
{{ $account->account_number }} |
{{ decimalPlace($account->balance, currency($account->account_currency)) }} |
@endforeach
--}}
@endsection
@section('js-script')
@endsection