@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }} Back

How would you rate your overall experience at Magnolia Ice Cream & Treats?
@if(!empty($overallexperience)) @foreach($overallexperience as $key => $hs) @endforeach @endif
Progress Total
{{$key}}.
{{($hs)?$hs:0}}
How satisfied are you with the quality of our products?
@if(!empty($satisfiedquality)) @foreach($satisfiedquality as $key => $hs) @endforeach @endif
Progress Total
{{$key}}.
{{($hs)?$hs:0}}
How would you rate the friendliness, helpfulness and overall energy of our staff?
@if(!empty($overallstaff)) @foreach($overallstaff as $key => $hs) @endforeach @endif
Progress Total
{{$key}}.
{{($hs)?$hs:0}}
How likely are you to visit our store again in the future?
@if(!empty($storeagain)) @foreach($storeagain as $key => $hs) @endforeach @endif
Progress Total
{{$key}}.
{{($hs)?$hs:0}}
Do you live locally or just visiting? Local Visiting
{{$visit}} {{$local}}

Customer feedbacks

Customer feedbacks Phone number
@endsection @section('pagescript') {!! Helper::datatablelib('report/storefeedback.js') !!} @stop