@extends('admin.layouts.app') @section('content')
{{-- {{env('APP_NAME')}} Logo --}}
@can('dashboard-total-customer-count')

{{$customers}}

Customers

More info
@endcan @can('dashboard-total-associate-count')

{{$associates}}

Associates

More info
@endcan @can('dashboard-total-property-count')

{{$properties}}

Properties

More info
@endcan @can('dashboard-total-payment-collection')

{{$installments}}

Payment Collection

More info
@endcan @can('dashboard-total-commission-distributed')

{{$commissions}}

Commission Distributed

More info
@endcan
@can('dashboard-property-status-graph')

Property Status

@endcan @can('dashboard-6-month-payment-collection-graph')

Last 6 Month Payment Collection

@endcan @can('dashboard-6-month-commission-distributed-graph')

Last 6 Month Commission Distributed

@endcan @can('dashboard-6-month-customer/assocaite')

Last 6 Month Customer/Associate

@endcan @can('dashboard-level-wise-assocaite')

Level Wise Associate

@endcan
@endsection