@if(is_default_lang())
{{__("Check in/out time")}}

{{__("You can book room with full day")}}
{{__("Eg: booking from 22-23, then all days 22 and 23 are full, other people cannot book")}}
@if(is_default_lang())
{{ __("Leave blank if you dont need to use the min day option") }}
{{ __("Leave blank if you dont need to set minimum day stay option") }}
@endif
{{__("Pricing")}}
@if(is_default_lang())
{{__("If the regular price is less than the discount , it will show the regular price")}}
@endif
{{__("Name")}}
{{__('Price')}}
{{__('Type')}}
@if(!empty($row->extra_price)) @php $languages = \Modules\Language\Models\Language::getActive(); @endphp @foreach($row->extra_price as $key=>$extra_price)
@if(!empty($languages) && setting_item('site_enable_multi_lang') && setting_item('site_locale')) @foreach($languages as $language)