@extends('layouts.main') @section('page-title') {{ __('Dashboard') }} @endsection @section('page-breadcrumb') {{ __('CRM') }} @endsection @push('css') @endpush @php $setting = getCompanyAllsetting(); @endphp @push('scripts') @endpush @push('css') @endpush @section('content')
@if (\Auth::user()->type == 'company')
@else
@endif
layer

{{ $workspace->name }}

{{ __('Manage customer relationships to boost satisfaction and growth.') }}

@if (\Auth::user()->type == 'company')
@else
@endif
@if (\Auth::user()->type == 'company')
@else
@endif

{{ $arrCount['deal'] ?? '0' }}

@if (isset($arrCount['task']))

{{ __('Total Task') }}

{{ $arrCount['task'] ?? '0' }}

@endif @if (isset($arrCount['client']))

{{ __('Total Client') }}

{{ $arrCount['client'] ?? '0' }}

@endif @if (isset($arrCount['user']))

{{ __('Total User') }}

{{ $arrCount['user'] ?? '0' }}

@endif
@php $class = ''; if (count($arrCount) < 3) { $class = 'col-lg-4 col-md-4'; } else { $class = 'col-lg-3 col-md-3'; } @endphp
{{ __('Calendar') }}
{{ __('Recently created deals') }}
@if (\Auth::user()->type == 'company')
@else
@endif @if (!empty($dealdata)) @if (\Auth::user()->type == 'client')
@if (\Auth::user()->type != 'super admin')
{{ __('Won Deals by day') }}
@endif
@endif @endif @if (!empty($chartcall))
@if(\Auth::user()->type != 'super admin')
{{__('Deal calls by day')}}
@endif
@endif @if (!empty($dealStageData))
@if(\Auth::user()->type == 'company')
{{__('Deals by stage')}}
@endif
@endif @if (\Auth::user()->type == 'company')
@else
@endif
{{ __('Recently modified deals') }}
@endsection