@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 }}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}

{{ _lang('Income VS Expense')." - ".date('Y') }}

Sample File
{!! $graph1 !!}
{!! $graph2 !!}

{{ _lang('Recent Projects') }}

@foreach(Auth::user()->projects->take(10) as $project) @endforeach
{{ _lang('Name') }} {{ _lang('Start Date') }} {{ _lang('End Date') }} {{ _lang('Status') }} {{ _lang('Action') }}
{{ $project->name }} {{ date($date_format,strtotime($project->start_date)) }} {{ date($date_format,strtotime($project->end_date)) }} {!! clean(project_status($project->status)) !!}
{{ csrf_field() }}

{{ _lang('Hot Prospect') }}

@foreach($leads as $key => $lead) @endforeach
{{ _lang('Name') }} {{ _lang('Email') }} {{ _lang('Phone') }} {{ _lang('Action') }}
{{ $lead->name }} {{ $lead->email }} {{ $lead->phone }}
{{ csrf_field() }}

Reminders

@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 @endforeach
Client Email Phone Note View
{{ client_phone($value->lead_id) }} {{ $value->description }}

Employee of the month

@if($user == 'no') @else @foreach($user as $key => $value) @endforeach @endif
Name Email Score
No record found!
{{ round($percentage) }}%
{{--

{{ _lang('Financial Balance Status') }}

@foreach(get_financial_balance() as $account) @endforeach
{{ _lang('A/C') }} {{ _lang('A/C Number') }} {{ _lang('Balance') }}
{{ decimalPlace($account->balance, currency($account->account_currency)) }}
--}}
@endsection @section('js-script') @endsection