@if(isset($selectedCollector))
Searched result for [collector]: @foreach($selectedCollector as $col)
{{$col}},
@endforeach
@endif
@if(isset($selectedClient))
Searched result for [Client]: @foreach($selectedClient as $col)
{{$col}},
@endforeach
@endif
ToDay
@foreach($data as $status)
| {{$status->status}} |
{{$status->total}} |
@endforeach
{{--
Close--}}
@endif