{{ config('settings.company_name')}} | ||||||
{{ config('settings.address_1')}}, {{ config('settings.address_2')}}, {{ config('settings.city')}} |
{{$heading}} | ||||||
@if($search_by['from'] && $search_by['to']) From: {{ $transaction->date_format($search_by['from']) }} To: {{ $transaction->date_format($search_by['to']) }} @else {{ 'Upto ' .$transaction->date_format(now()) }} @endif |
S. No. | Agent Name | No. Of Call | No. Of Follow Up |
---|---|---|---|
{{ $i }} | {{ $row['name'] ?? ' - ' }} | {{ $row['total_tasks'] ?? ' - ' }} | {{ $row['total_follow_up'] ?? ' - ' }} |