@if (count($errors) > 0)
@if ($errors->any())
{{ $errors->first() }}
@endif
@endif
{{ trans('Customer Name') }} | {{ trans('Mobile No.') }} | {{ trans('Lead Id') }} @if(request('sort_by') == 'id') @if(request('sort_type') == 'desc') @else @endif @else @endif | {{ trans('Product Name') }} | {{ trans('Received Date') }} | {{ trans('Template Name') }} | {{ trans('Customer Feedback') }} |
---|---|---|---|---|---|---|
{{ $fullName }} | {{ $telephone_no }} | {{ $leadId }} | {{ $productName }} | {{ $whastsCreated }} | @if ($template == "survey_master" || $template == "feedback_master" ) Dear Sir/Madam, will you please take a moment to share your feedback, were you satisfied with the service you received? @elseif ($template == "survey_one" || $template == "feedback_one") Did the customer service representative resolve your issue to your satisfaction? @elseif ($template == "survey_two" || $template == "feedback_two") Was the customer service representative knowledgeable and helpful? @elseif ($template == "survey_three" || $template == "feedback_three" || $template == "survey_third_update") How would you rate your overall experience? @endif | |
{{ $whastsCreated }} | @if ($template == "survey_master" || $template == "feedback_master" ) Dear Sir/Madam, will you please take a moment to share your feedback, were you satisfied with the service you received? @elseif ($template == "survey_one" || $template == "feedback_one") Did the customer service representative resolve your issue to your satisfaction? @elseif ($template == "survey_two" || $template == "feedback_two") Was the customer service representative knowledgeable and helpful? @elseif ($template == "survey_three" || $template == "feedback_three" || $template == "survey_third_update") How would you rate your overall experience with our brand ? @endif |
{!! $results->appends(request()->input())->links(); !!}