@extends('layouts.master') @section('content')

Incentive Report

{{$employee->employee_name}}

Designation: {{$employee->designation}}

Phone:{{$employee->employee_phone}}

@if($employee->reporting_to)
Reporting To:
{{$employee->reporting_to ? $employee->reporting_to:'NA'}}
@endif
Area:
{{$employee->area_name ? $employee->area_name:'NA'}}
Territory:
{{$employee->territory_name ? $employee->territory_name:'NA'}}

Sales Incentive

Total Incentive Earned:

Rs. 0
Minimum IncentiveRS. 0
Maximum IncentiveRS. 0
RS. 0 Overall
RS. 0 Brands
RS. 0 Products

Monthly Sales Target

Net Sales

0 Units
Target0 Units
Remaining 0 Units
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- 80%--}} {{-- --}}
Achievement
Projected Sales 0 Units
Projected Acheivement0%
EST. Incentive RS. 0
MIN. Incentive RS. 0
MAX. Incentive RS. 0
LOADING...
    LOADING...
      @endsection @push('scripts') @endpush