@extends('admin.layout') @section('content')

{{ trans('Agent performance') }} {{ trans('Agent performance') }}...

{{ trans('Agent Mail') }}

@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if (count($Agent_performance) > 0) @foreach ($Agent_performance as $key => $voice_data) @endforeach @endif
{{ trans('Ticket No.') }} {{ trans('User') }} {{ trans('Rating') }} {{ trans('Performance By') }} Date
{{ $voice_data->id}} {{ $voice_data->lsfname .' '. $voice_data->lslname}} {{ $voice_data->rating}} {{ $voice_data->pfname .' '. $voice_data->plname}} {{ $voice_data->performance_at}}
@endsection