{{__('messages.Current Month Target')}}

@if($current_month_target)
{{__('messages.Target')}} {{ $current_month_target->total_collection }}
{{__('messages.planned_amount')}}
{{round( $current_month_target->total_planned_amount) }}
@php $remaining =$current_month_target->total_planned_amount -$current_month_target->total_collection ; @endphp @if ( $remaining > 0 )

{{ $remaining}} {{__('messages.points left to achieve the required points')}}

@else

{{__('messages.you achieved the target')}} {{abs($remaining)}}

{{-- --}} @endif @if ($current_month_target->last_updated_by_user)

{{__('messages.By')}} {{ $current_month_target->last_updated_by_user->name}}

@endif
{{-- @forelse ($monthly_target_points_all as $monthly_target_point)
{{$monthly_target_point->category->name}} {{ $monthly_target_point->collection }}
{{__('messages.planned_amount')}}
{{round( $monthly_target_point->planned_amount) }}
@php $remaining =$monthly_target_point->planned_amount -$monthly_target_point->collection ; @endphp @if ( $remaining > 0 )

{{ $remaining}} {{__('messages.points left to achieve the required points')}}

@else

{{__('messages.you achieved the target')}} {{abs($remaining)}}

@endif

{{__('messages.By')}} {{$monthly_target_point->last_updated_by_user->name}}

@empty @for($i=0 ; $i<6 ; $i++)
{{__('messages.Empty Result')}}
@endfor @endforelse --}} @else @for($i=0 ; $i<6 ; $i++)
{{__('messages.Empty Result')}}
@endfor @endif