@extends('layouts.app') @section('title')Unified Income Dashboard @endsection @section('content')

Unified Income Dashboard

@include('layouts.flesh-message')
@if($data['user_role'] == 1 || $data['user_role'] == 2)
Outstanding Invoice Amt. = $ Loading...
Gross Revenue = $ Loading...
Company Income = $ Loading...
From
To
Preview/Print Export CSV @if(Auth::user()->user_role == 2) Invoice @if(Auth::user()->id == 36) 1099 Report @endif @endif
Loading...

Loading data...

@endif @if($data['user_role'] == 1 || $data['user_role'] == 2 || $data['user_role'] == 3)
@if($data['show_agent_dropdown'] == 1)
Select Agent
@endif
Outstanding Invoice Amt. = $ Loading...
Gross Revenue = $ Loading...
Agent Income = $ Loading...
From
To
Preview/Print Export CSV @if(Auth::user()->user_role == 2 || Auth::user()->user_role == 4) Invoice @endif
Loading...

Loading data...

@endif @if($data['user_role'] == 1 || $data['user_role'] == 2 || $data['user_role'] == 4)
@if($data['show_ar_dropdown'] == 1)
Select AR User
@endif
Outstanding Invoice Amt. = $ Loading...
Gross Revenue = $ Loading...
AR Income = $ Loading...
Year
From
To
Preview/Print Export CSV @if(Auth::user()->user_role == 2 || Auth::user()->user_role == 4) Invoice @endif
Loading...

Loading data...

@endif @if($data['user_role'] == 1 || $data['user_role'] == 2 || (Auth::user()->manage_manager == 1))
@if($data['user_role'] == 1 || $data['user_role'] == 2)
Select Manager
@endif
Total Invoiced = $ Loading...
Total Payment = $ Loading...
Team Income = $ Loading...
From
To
Loading...

Loading data...

@endif @if($data['user_role'] == 3 && Auth::user()->manage_manager == 1)
@if($data['show_manager_agent_dropdown'] == 1)
Select Agent
@endif
Outstanding Invoice Amt. = $ Loading...
Gross Revenue = $ Loading...
Agent Income = $ Loading...
From
To
Loading...

Loading data...

@endif @if($data['user_role'] == 1 || $data['user_role'] == 2 || (Auth::user()->manage_distributor == 1))
@if($data['show_distributor_dropdown'] == 1 || $data['show_distributor_agent_dropdown'] == 1)
@if($data['show_distributor_agent_dropdown'] == 1)
Select Agent
@endif @if($data['show_distributor_dropdown'] == 1)
Select Distributor
@endif
@endif
Outstanding Invoice Amt. = $ Loading...
Gross Revenue = $ Loading...
Distributor Income = $ Loading...
From
To
Loading...

Loading data...

@endif
@endsection