@extends('layouts.hotelsMaster') @section('getStarted') doBooking({{$sid}}, {{$formsearch}}, {{$hotelnum}}, {{$rooms}}, {{$dest_code}}, {{$longi}}, {{$lati}}, {{$rayon}}, {{$date_dep}}, {{$date_ret}}, {{$occupancy}}); $("#hotelbtn").click(function(){ x=$("form").serializeArray(); submitHotel(x); }); @stop @section('pageContent') @include('hotels.hotelBookingInfo') @stop