@include('layouts.flesh-message')
@if($data['user_role'] == 1 || $data['user_role'] == 2)
Outstanding Invoice Amt. =
$ Loading...
Gross Revenue =
$ Loading...
Company Income =
$ Loading...
Loading...
Loading data...
| Client |
Client Name |
Res. commission($) |
Paid Amt. ($) |
Payment Date |
Status |
Deduction($) |
Agent Income($) |
Company Income($) |
Paid Out |
@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...
Loading...
Loading data...
| Client |
Client Name |
Res. commission($) |
Paid Amt. ($) |
Payment Date |
Status |
Deduction($) |
Agent Income($) |
Paid Out |
@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...
Loading...
Loading data...
| Client |
Client Name |
Res. commission($) |
Paid Amt. ($) |
Payment Date |
Status |
Deduction($) |
Agent Income($) |
AR Income($) |
Paid Out |
@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...
Loading...
Loading data...
| Client |
Client Name |
Agent |
Paid Amt. ($) |
Payment Date |
Status |
Team Income($) |
Paid Out |
@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...
Loading...
Loading data...
| Client |
Client Name |
Res. commission($) |
Paid Amt. ($) |
Payment Date |
Status |
Deduction($) |
Agent Income($) |
Paid Out |
@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...
Loading...
Loading data...
| Client |
Client Name |
Res. commission($) |
Paid Amt.($) |
Paid Date |
Deduction($) |
Net Income($) |
Paid Out |
@endif