@extends($activeTemplate . 'layouts.frontend') @section('content') @php $userDate = session()->get('users_date'); @endphp

{{ __($roomType->name) }}

@lang('Adult')   {{ $roomType->total_adult }} @lang('Child')   {{ $roomType->total_child }}

{{ __($general->cur_sym) }}{{ showAmount($roomType->fare) }}

+{{ $general->tax }}% {{ __($general->tax_name) }} / @lang('Night')
@foreach ($roomType->images as $roomTypeImage)
image
@endforeach
@if ($roomType->images->count() > 1)
@foreach ($roomType->images as $roomTypeImage)
image
@endforeach
@endif
@lang('Description')
@php echo $roomType->description;@endphp
@lang('Check-In Time & Checkout Time')
@lang('Check-In'): {{ showDateTime($general->checkin_time, 'H:i A') }} @lang('Checkout'): {{ showDateTime($general->checkout_time, 'H:i A') }}
@lang('Cancellation Policy')
@if ($roomType->cancellation_fee == 0) @lang('Free Cancellation') @else
@lang('Cancellation Fee') {{ $general->cur_sym . showAmount($roomType->cancellation_fee) }} / @lang('Night')
@endif
@php echo $roomType->cancellation_policy; @endphp
@if ($roomType->amenities)
@lang('Amenities')
@foreach ($roomType->amenities as $amenity) @php echo $amenity->icon @endphp {{ __($amenity->title) }} @endforeach
@endif @if ($roomType->complements)
@lang('Complements')
@foreach ($roomType->complements as $complement) {{ __($complement->name) }} @endforeach
@endif @if ($roomType->beds)
@lang('Beds')
@foreach ($roomType->beds as $bed) {{ __($bed) }} @endforeach
@endif
    @endsection @push('style') @endpush @push('script-lib') @endpush @push('script') @endpush @push('style') @endpush