@extends('panel.layouts.superadmin.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ LaraCore::setting('html_prefix') != '' ? '|' : '' }} Feedbacks @stop @section('content')

Feedbacks

{{ Form::open([ 'url' => route('feedback.responses.excel.report'), 'method' => 'POST' ]) }} {{ Form::hidden('question_id', '', ['id' => 'generateFeedbackExcelReport']) }} {{ Form::close() }}
ID Date Feedback Status  
@include('superadmin.clientfeedbacks.create', [@$data])
@include('common.modal.delete_confirm_modal', ['entity' => 'feedback_question'])
@stop @section('custom-scripts') @stop