@extends('layouts.app') @section('title', 'Dashboard') @push('css') @endpush @section('content')
Contacts

Loading...

0

Leads

Loading...

0

Pre Listings
Last Month
{{ count($pre_listings) }}/12
@php $total = 0; @endphp @foreach ($pre_listings as $pre) @php $total += (float) $pre['listing_price']; @endphp @endforeach {{-- Amount
${{ number_format($total, 0) }} --}} Amount
${{ number_format($total, 0) }}
Details
    @forelse($pre_listings as $pre)
  1. @if (!empty($pre['addresses'])) @foreach ($pre['addresses'] as $address) {{ $address['street'] }},{{ $address['city'] }},{{ $address['state'] }} @endforeach @else No address available @endif
  2. @empty
  3. No details available
  4. @endforelse
Listings
Last month
{{ count($listings) }}/120
@php $total = 0; @endphp @foreach ($listings as $pre) @php $total += (float) $pre['listing_price']; @endphp @endforeach {{-- Amount
${{ number_format($total, 0) }} --}} Amount
${{ number_format($total, 0) }}
Details
    @forelse($listings as $pre)
  1. @if (!empty($pre['addresses'])) @foreach ($pre['addresses'] as $address) {{ $address['street'] }},{{ $address['city'] }},{{ $address['state'] }} @endforeach @else
  2. No address available
  3. @endif @empty
  4. No details available
  5. @endforelse
Pendings
Last Month
{{ count($pending_properties) }}/40
@php $total = 0; @endphp @foreach ($pending_properties as $pre) @php $total += (float) $pre['listing_price']; @endphp @endforeach {{-- Amount
${{ number_format($total, 0) }} --}} Amount
${{ number_format($total, 0) }}
Details
    @forelse($pending_properties as $pre)
  1. @if (!empty($pre['addresses'])) @foreach ($pre['addresses'] as $address) {{ $address['street'] }},{{ $address['city'] }},{{ $address['state'] }} @endforeach @else
  2. No address available
  3. @endif @empty
  4. No details available
  5. @endforelse
Closed
Last Month
{{ count($close_properties) }}/360
@php $total = 0; @endphp @foreach ($close_properties as $pre) @php $total += (float) $pre['property']['listing_price']; @endphp @endforeach {{-- Amount
${{ number_format($total, 0) }} --}} Amount
${{ number_format($total, 0) }}
Details
    @forelse($close_properties as $pre)
  1. @if (!empty($pre['addresses'])) @foreach ($pre['addresses'] as $address) {{ $address['street'] }},{{ $address['city'] }},{{ $address['state'] }} @endforeach @else No address available @endif
  2. @empty
  3. No details available
  4. @endforelse
Commission
Monthly $Loading...
Quarterly $Loading...
Year to Date $Loading...
Fiscal Year $Loading...
{{--
Montly Comission

Current quarter

$0.00

--}}
Total Comission
Last month

${{ $projectCommission }}

Project Profit
Current quater

${{ $projectCommission }}

Property Status Overview
{{--
Transaction
--}}
Transaction
Top Performers

Current quarter

David Howard
1

David Howard

$266,998

David Howard
2

Jennifer Mata

$252,803

David Howard
3

Chris Morgan

$234,500

David Howard
4

Susan Anderson

$247,635

David Howard
5

Olivia Smith

$215,000

David Howard
6

Olivia Smith

$215,000

@include('calender')
Team Members

Current month

EMPLOYEE OFFERS MADE PROJECTED DEALS CLOSED
David Howard Jennifer Mata
17 $58,028 12 $108,653
David Howard Olivia Smith
20 $54,501 12 $94,957
David Howard Karen Castillo
14 $20,303 7 $91,011
David Howard Anna Cole
15 $26,811 9 $86,420
David Howard Anna Cole
15 $26,811 9 $86,420
David Howard Anna Cole
15 $26,811 9 $86,420
David Howard Anna Cole
15 $26,811 9 $86,420
David Howard Mike Novak
8 $51,271 6 $84,638
@include('layouts.includes.modals.google_auth')
@endsection {{-- custom js --}} @push('js') @endpush