@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
Show Summary
Report Feedback
@csrf
Order By
Search
@if(isset($outlet['neutral_feedback']))@endif @if($outlet_data) @foreach($outlet_data['data']??[] as $outlet) @if(isset($outlet['neutral_feedback']))@endif @endforeach @else @endif
Outlet Name Positive Neutral Negative Action
{{$outlet['outlet_code'].' - '.$outlet['outlet_name']}} {{$outlet['positive_feedback']}}{{$outlet['neutral_feedback']}}{{$outlet['negative_feedback']}} Detail
No Feedback Found
@endsection