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

Monthly Sales Target

@if(Auth::user()->employee_designation_flag == '3') {{-- TSM --}} @endif @if(Auth::user()->employee_designation_flag == '2') {{-- ASM --}} @endif @if(Auth::user()->employee_designation_flag == '1') {{-- RSM --}} @endif @if(Auth::user()->employee_designation_flag == 4)
@endif

Overall Target

{{--
Month: July, 2020
--}}
{{--
Employee Name Segment Distribution Reporting to Actions
--}}
{{-- modal--}} @endsection @section('scripts') @endsection