@if(auth()->user()->role != 'Collector')
@csrf
@endif {{--
--}} {{-- --}}{{--
--}} {{-- --}} {{--
--}} @if(isset($data))

Client :{{$clientname}} -> [Collector : @if($collectors==null) All @else @foreach($collectors as $name) {{$name}}, @endforeach @endif ]

Total Account Worked : {{$data['accountWorked']}}

@if($data['targetToday']<0) @else @endif @if($data['thisweektarget']<0) @else @endif @if($data['monthtarget']<0) @else @endif @if($data['collectedToday']<0) @else @endif @if($data['collectedThisweek']<0) @else @endif @if($data['monthcollected']<0) @else @endif @if($data['balanceToday']<0) @else @endif @if($data['balanceThisweek']<0) @else @endif @if($data['monthbalance']<0) @else @endif
Today Week Month
TARGET{{round($data['targetToday'], 0)}}{{round($data['targetToday'], 0)}}{{round($data['thisweektarget'], 0)}}{{round($data['thisweektarget'], 0)}}{{round($data['monthtarget'], 0)}}{{round($data['monthtarget'], 0)}}
COLLECTED{{round($data['collectedToday'], 0)}}{{round($data['collectedToday'], 0)}}{{round($data['collectedThisweek'], 0)}}{{round($data['collectedThisweek'], 0)}}{{round($data['monthcollected'], 0)}}{{round($data['monthcollected'], 0)}}
BALANCE{{round($data['balanceToday'], 0)}}{{round($data['balanceToday'], 0)}}{{round($data['balanceThisweek'], 0)}}{{round($data['balanceThisweek'], 0)}}{{round($data['monthbalance'], 0)}}{{round($data['monthbalance'], 0)}}
@endif