@extends('adminlte::page') @section('content')
Back

Sales Details


Sales : {{ $user->name }}, {{ ucfirst($user->role) }}

{{ min(($totalRevenue / $user->target) * 100, 100) }}%

Kunjungan Bulan Ini

Total : {{ $kunjunganCountThisMonth }} Kunjungan

Sales Order Bulan Ini

Total : {{ $orderBiasaCountAdmin + $orderKunjunganCountAdmin }} Order, {{ $orderKunjunganCountAdmin }} dari Kunjungan

Pendapatan Bulan Ini

Total : Rp.{{ number_format($totalRevenue, 0, ',', '.') }} / Rp.{{ number_format($user->target, 0, ',', '.') }}

Prospek

{{$projectProspectsCount}} Prospek

@endsection