{!! setting_item('body_scripts') !!}

Ultimate Booking System
based on Laravel

{{--

Trusted by 6000+ happy customers

--}} {{--

Completed OTA Booking System for Hotel, Room, Tour, Car, Rental, Activity likes--}} {{--Booking.com, Agoda.com, Viator.com, Getyourguide.com..

--}}

Full Website Demo

Easy Demo Importer,
all features in all demos can be combined.

@foreach(config('landing.list_demo') as $demo)
@include('landing.view.item')
@endforeach

Exclusive Features

@foreach(config('landing.exclusive_features') as $feature)
Plugin
{{$feature['name']}}
{{$feature['desc']}}
@endforeach
@foreach(config('landing.screenshots') as $k=>$screenshot)
@if($k % 2 == 0)

{!! $screenshot['name'] !!}

{!! $screenshot['desc'] !!}
@else
@endif
@if($k % 2 == 1)

{!! $screenshot['name'] !!}

{!! $screenshot['desc'] !!}
@else
@endif
@endforeach

Other Features

@foreach(config('landing.other_features') as $item)
@if($item['type'] == 'more')
{{$item['name']}}
@else
{{$item['name']}}

{{$item['desc']}}

@endif
@endforeach