@extends('frontend.layout.master') @section('content')

{{$hotel->hotelname_kh}} - {{$hotel->hotelname_en}}


ចម្លើយរបស់អ្នកពិតជាមានសារៈសំខាន់ណាស់សម្រាប់ការពង្រឹងគុណភាពសេវាកម្មទេសចរណ៍របស់សណ្ឋាគារដែលកំពុងប្រតិបត្តិការជាមណ្ឌលចត្តាឡីស័ក្តិ។

សូមផ្ដល់ការវាយតម្លៃរបស់អ្នកចំពោះសេវាកម្មរបស់សណ្ឋាគារទៅតាមចំណុចសំខាន់ៗដូចខាងក្រោម៖

Your answers are absolutely vital to strengthen the quality of tourism services of hotels carrying out their transactions as quarantine centers.

Please provide your evaluation of the hotel services through the following main points:

您的答案对于提高作为隔离中心的酒店的旅游服务质量是非常重要。

请将您对酒店服务的评价体现在以下几个重点:

@if(session()->get('message')!="") {!! session()->get('message') !!} @endif
{{ csrf_field() }} @foreach($qcontent as $qcon)

{{ $qcon->title }}

{{ $qcon->c_title_en }}

{{ $qcon->c_title_cn }}

@if( ! $qcon->squestion->isEmpty())
@foreach($qcon->squestion as $scon)

{{ $scon->title_kh }}

{{ $scon->title_en }}

{{ $scon->title_cn }}

@if($scon->question_type =='five')




















@elseif($scon->question_type =='three')












@elseif($scon->question_type =='two')








@elseif($scon->question_type =='gender')








@elseif($scon->question_type =='age')




















@elseif($scon->question_type =='education')























@elseif($scon->question_type =='position')



















@elseif($scon->question_type =='country')
*
@else
@endif @endforeach
@endif
@endforeach
@stop()