@extends('layouts.admin') @section('content')
@if($userRole == 'superadmin')
{{ csrf_field() }}
{!! FormField::select('selPodId', $pods, null, null, 'Select POD') !!}
PIT Dashboard PIT Summary POD Summary @endif Sales Team Dashboard KNOW YOUR LANE


Gross Revenue
  • Today = $companyGoal['gross_revenue_day']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($grossRevenue['today'], 2) }}
  • Yesterday = $companyGoal['gross_revenue_day']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($grossRevenue['yesterday'], 2) }}
  • Goal @if($companyGoal['gross_revenue_day']) ${{ number_format($companyGoal['gross_revenue_day'], 2) }} @else N/A @endif
  • Week = $companyGoal['gross_revenue_week']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($grossRevenue['current_week'], 2) }}
  • Last Week = $companyGoal['gross_revenue_week']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($grossRevenue['last_week'], 2) }}
  • Goal @if($companyGoal['gross_revenue_week']) ${{ number_format($companyGoal['gross_revenue_week'], 2) }} @else N/A @endif
  • Month = $companyGoal['gross_revenue_month']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($grossRevenue['current_month'], 2) }}
  • Last Month = $companyGoal['gross_revenue_month']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($grossRevenue['last_month'], 2) }}
  • Goal @if($companyGoal['gross_revenue_month']) ${{ number_format($companyGoal['gross_revenue_month'], 2) }} @else N/A @endif

Best Day's Revenue

${{ number_format($bestRevenue, 2) }}

Load Moved Today

{{ $movedLoads['today'] }}

Net Revenue
  • Today = $companyGoal['net_revenue_day']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($netRevenue['today'], 2) }}
  • Yesterday = $companyGoal['net_revenue_day']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($netRevenue['yesterday'], 2) }}
  • Goal @if($companyGoal['net_revenue_day']) ${{ number_format($companyGoal['net_revenue_day'], 2) }} @else N/A @endif
  • Week = $companyGoal['net_revenue_week']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($netRevenue['current_week'], 2) }}
  • Last Week = $companyGoal['net_revenue_week']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($netRevenue['last_week'], 2) }}
  • Goal @if($companyGoal['net_revenue_week']) ${{ number_format($companyGoal['net_revenue_week'], 2) }} @else N/A @endif
  • Month = $companyGoal['net_revenue_month']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($netRevenue['current_month'], 2) }}
  • Last Month = $companyGoal['net_revenue_month']) class="greentext" @else class="redtext" @endif @endif > ${{ number_format($netRevenue['last_month'], 2) }}
  • Goal @if($companyGoal['net_revenue_month']) ${{ number_format($companyGoal['net_revenue_month'], 2) }} @else N/A @endif
Margin
  • Missed
  • Achieved
  • %
  • Today
  • {{ $margins['today']['missed'] }}
  • {{ $margins['today']['achieved'] }}
  • {{ $margins['today']['percent'] }}%
  • Week
  • {{ $margins['current_week']['missed'] }}
  • {{ $margins['current_week']['achieved'] }}
  • {{ $margins['current_week']['percent'] }}%
  • Month
  • {{ $margins['current_month']['missed'] }}
  • {{ $margins['current_month']['achieved'] }}
  • {{ $margins['current_month']['percent'] }}%
Average Margin
  • Today = $marginPerc) class="greentext" @else class="redtext" @endif >{{ $avgMargins['today'] }}%
  • Week = $marginPerc) class="greentext" @else class="redtext" @endif >{{ $avgMargins['current_week'] }}%
  • Month = $marginPerc) class="greentext" @else class="redtext" @endif >{{ $avgMargins['current_month'] }}%
  • Yesterday = $marginPerc) class="greentext" @else class="redtext" @endif >{{ $avgMargins['yesterday'] }}%
  • Last Week = $marginPerc) class="greentext" @else class="redtext" @endif >{{ $avgMargins['last_week'] }}%
  • Last Month = $marginPerc) class="greentext" @else class="redtext" @endif >{{ $avgMargins['last_month'] }}%

Load Moved Current Week

{{ $movedLoads['current_week'] }}

Load Moved Current Month

{{ $movedLoads['current_month'] }}

Top 10 Customers
Client Contact List

>5

>10

>15

>20

>30

<30

ALL

Quote Metrics

Dashboard for :

{{ csrf_field() }}
{!! FormField::select2('userdashboard', $users, false, false) !!}
@endsection @section('scripts') @endsection