@extends('layouts.adminmaster') @section('styles') @endsection @section('content')
{{lang('Sl.No')}} | {{lang('User Title')}} | {{lang('Rating')}} | {{lang('Overall Rating')}} | {{lang('Total Answered chats')}} | {{lang('Action')}} |
---|---|---|---|---|---|
{{$i++}} | {{$user->name}} | @php $count = 0; foreach($reviewsData as $review) { if ($review->users_id == $user->id) { $count++; } }; @endphp | {{$count}} | {{$user->TotalAnsweredTicket ? $user->TotalAnsweredTicket : 0}} |