@extends('admin.layouts.master') @section('title', 'Telecaller Target') @section('content')
@include('admin.includes.msg')
@csrf
@php $currentMonth = date('Y-m'); @endphp

Telecaller Target

Print @if($selectedMonth == $currentMonth) @endif
@foreach($users as $p) @endforeach
# Telecaller Name Focus Item Target Focus Item Achieved Sale Target Sale Achieved Area wise Company
{{$p->name}} ₹ {{ number_format($p->focus_item_achieved, 2) }} ₹ {{ number_format($p->sale_achieved, 2) }}
@endsection