@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 }} {{ showAmount($roomType->fare) }} +{{ gs()->tax }}% {{ __(gs()->tax_name) }} / @lang('Night') @foreach ($roomType->images as $roomTypeImage) @endforeach @if ($roomType->images->count() > 1) @foreach ($roomType->images as $roomTypeImage) @endforeach @endif @lang('Description') @php echo $roomType->description;@endphp @lang('Check-In Time & Checkout Time') @lang('Check-In'): {{ showDateTime(gs()->checkin_time, 'H:i A') }} @lang('Checkout'): {{ showDateTime(gs()->checkout_time, 'H:i A') }} @lang('Cancellation Policy') @if ($roomType->cancellation_fee == 0) @lang('Free Cancellation') @else @lang('Cancellation Fee') {{ showAmount($roomType->cancellation_fee) }} / @lang('Night') @endif @php echo $roomType->cancellation_policy; @endphp @if ($roomType->amenities->count()) @lang('Amenities') @foreach ($roomType->amenities as $amenity) @php echo $amenity->icon @endphp {{ __($amenity->title) }} @endforeach @endif @if ($roomType->facilities->count()) @lang('Facilities') @foreach ($roomType->facilities as $facility) @php echo $facility->icon @endphp {{ __($facility->title) }} @endforeach @endif @if ($roomType->beds) @lang('Beds') @foreach ($roomType->beds as $bed) {{ __($bed) }} @endforeach @endif @lang('Check-In') @lang('Check-Out') @lang('Rooms') @lang('SEND BOOKING REQUEST') @endsection @push('style') @endpush @push('script-lib') @endpush @push('script') @endpush @push('style') @endpush