{{ trans('Agent Mail') }}
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@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}} |