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

ឈ្មោះសណ្ឋាគារ: {{$hotel->hotelname_en}}

@if(count($hotel_survey) > 0) @foreach($hotel_survey as $data) @endforeach @endif
លេខរាង មតិយោបល់ អាយុ មុខដំណែង ចំណេះដឹង ភេទ ប្រទេស
{{$data->id}} {{$data->comment}} {{$data->age}} {{$data->position}} {{$data->education}} {{$data->gender}} {{$data->country}}
@stop()