@if(auth()->user()->role != 'Collector')
@endif {{--Client :{{$clientname}} -> [Collector : @if($collectors==null) All @else @foreach($collectors as $name) {{$name}}, @endforeach @endif ]
Total Account Worked : {{$data['accountWorked']}}
| Today | Week | Month | ||||
|---|---|---|---|---|---|---|
| TARGET | @if($data['targetToday']<0){{round($data['targetToday'], 0)}} | @else{{round($data['targetToday'], 0)}} | @endif @if($data['thisweektarget']<0){{round($data['thisweektarget'], 0)}} | @else{{round($data['thisweektarget'], 0)}} | @endif @if($data['monthtarget']<0){{round($data['monthtarget'], 0)}} | @else{{round($data['monthtarget'], 0)}} | @endif
| COLLECTED | @if($data['collectedToday']<0){{round($data['collectedToday'], 0)}} | @else{{round($data['collectedToday'], 0)}} | @endif @if($data['collectedThisweek']<0){{round($data['collectedThisweek'], 0)}} | @else{{round($data['collectedThisweek'], 0)}} | @endif @if($data['monthcollected']<0){{round($data['monthcollected'], 0)}} | @else{{round($data['monthcollected'], 0)}} | @endif
| BALANCE | @if($data['balanceToday']<0){{round($data['balanceToday'], 0)}} | @else{{round($data['balanceToday'], 0)}} | @endif @if($data['balanceThisweek']<0){{round($data['balanceThisweek'], 0)}} | @else{{round($data['balanceThisweek'], 0)}} | @endif @if($data['monthbalance']<0){{round($data['monthbalance'], 0)}} | @else{{round($data['monthbalance'], 0)}} | @endif