{{__("Hotel Rules - Policies")}}

{{__("Check In")}}
{{$row->check_in_time}}
{{__("Check Out")}}
{{$row->check_out_time}}
@if($translation->policy)
{{__("Hotel Policies")}}
@foreach($translation->policy as $key => $item)
{{$item['title']}}
{!! $item['content'] !!}
@endforeach @if( count($translation->policy) > 2)
{{__("Show All")}}
@endif
@endif