@extends('layouts/app') @section('content')

Rating Feedback Report

@csrf
@php $region = Config('config.region.value'); @endphp @if (Auth::user()->userIsHQBranchs()) @else @endif
@if (Auth::user()->userIsHQBranchs()) @else @endif
@if (Session::has('error'))
Note:
@foreach(Session::get('error') as $err) {{ $err }}
@endforeach @php Session::forget('error'); @endphp
@endif
@if (!empty($ratings)) @foreach ($ratings as $rating) @endforeach
Rating Type Rating Count
{{ $rating->type }} {{ $rating->total }}
@else

No data found

@endif
@endsection @section('js') @stop