@extends('admin.layout.master') @section('content')
@include('admin.layout.notification')

All user

ADD

@if(count($survey) > 0) @foreach($survey as $data) @endforeach @endif
ID Name Total Score Action
{{ $data->hotel_id }} {{ $data->hotelname_en }} {{ $data->total }} Show comment | Report Question
@stop()