@extends('layouts.b2cMaster') @section('getStarted') @if(!isset($sid)) @if(Session::get('type' , 'ITC') == "ITC") doSearch('{{$orig_dep_code}}', '{{$dest_code}}', '{{$dest_long}}', '{{$dest_lat}}', '{{$dest_rad}}', '{{$datedep}}', '{{$dateret}}' , '{{$ages}}' , '{{$fare_type}}' , '{{$property_type}}'); @elseif(Session::get('type' , 'ITC') == "FLT") doSearch('{{$orig_dep_code}}', '{{$dest_dep_code}}', '{{$orig_ret_code}}', '{{$dest_ret_code}}', '{{$datedep}}', '{{$dateret}}' , '{{$ages}}' , '{{$fare_type}}', {{$only_bags}}); @elseif(Session::get('type' , 'ITC') == "HOT") doSearch('{{$dest_code}}', '{{$lati}}', '{{$longi}}', '{{$rayon}}', '{{$dateDep}}', '{{$dateRet}}', '{{$occup}}' , '{{$property_type}}') @elseif(Session::get('type' , 'ITC') == "ADD" && isset($directADD) && $directADD) doSearch('{{$dest_code}}', '{{$lati}}', '{{$longi}}', '{{$rayon}}', '{{$dateDep}}', '{{$dateRet}}', '{{$occup}}', '{{$HOTid}}', '{{$ROOMid}}', '{{$clientref}}', '{{$categoryName}}') @elseif(Session::get('type' , 'ITC') == "ADD") doSearch('{{$dest_code}}', '{{$lati}}', '{{$longi}}', '{{$rayon}}', '{{$dateDep}}', '{{$dateRet}}', '{{$occup}}') @elseif(Session::get('type' , 'ITC') == "CAR") doSearch('{{$dest_code}}', '{{$checkin}}', '{{$checkin_time}}', '{{$checkout}}', '{{$checkout_time}}', '{{$age}}', '{{$country}}' , '{{$dest}}' , '{{$ret}}') @elseif(Session::get('type' , 'ITC') == "TOUR") doSearchTour('{{$dep_code}}', '{{$dest_code}}', '{{$lati}}', '{{$longi}}', '{{$rayon}}', '{{$dateDep}}', '{{$dateRet}}', '{{$package_id}}', '{{$category}}', '{{$guide}}', '{{$department}}') @elseif(Session::get('type' , 'ITC') == "CIRCUIT") doSearch('{{$dest_text}}', '{{$dest_id}}', '{{$date_dep}}', '{{$pickup_region}}') @elseif(Session::get('type' , 'ITC') == "FIT") doSearchFIT('{{$package_id}}','{{$orig_dep}}','{{$orig_dest}}','{{$date_dep}}','{{$date_ret}}','{{$lat}}','{{$long}}','{{$radius}}','{{$city_id}}','{{$occupancy}}','{{$residence}}','{{$age}}','{{$checkin_time}}','{{$checkout_time}}','{{$duree}}','{{$dates}}','{{$car_params}}','{{$clientLocation}}','{{$client_ref}}', 'autotour' ,'{{$veteran}}' ,'{{$service_class}}', '{{$ExcludeBASIC}}') @endif @else doPreviousSearch('{{$sid}}'); @endif @stop @section('linkscript') @stop @section('layout') @if(Session::get('type' , 'ITC') == "ITC") @include('layouts.b2c.ITC-search-header') @include('layouts.b2c.search-result-hotel') @elseif(Session::get('type' , 'ITC') == "FLT") @include('layouts.b2c.FLT-search-header') @include('layouts.b2c.search-result-flt') @elseif(Session::get('type' , 'ITC') == "HOT") @include('layouts.b2c.HOT-search-header') @include('layouts.b2c.search-result-hotel') @elseif(Session::get('type' , 'ITC') == "ADD") @include('layouts.b2c.ADD-search-header') @include('layouts.b2c.search-result-addon') @elseif(Session::get('type' , 'ITC') == "CAR") @include('layouts.b2c.CAR-search-header') @include('layouts.b2c.search-result-car') @elseif(Session::get('type' , 'ITC') == "TOUR") @include('layouts.b2c.TOUR-search-header') @include('layouts.b2c.search-result-tour') @elseif(Session::get('type' , 'ITC') == "CIRCUIT") @include('layouts.b2c.CIRCUIT-search-header') @include('layouts.b2c.search-result-circuit') @elseif(Session::get('type' , 'ITC') == "FIT") @include('layouts.b2c.FIT-search-header') @include('layouts.b2c.search-result-fit') @endif @endsection @section('pageContent') @endsection @section('step') @include('layouts.b2c.'.Session::get('type' , 'ITC').'-search-step') @endsection @section('timer')
@endsection @section('filter') @include('layouts.b2c.'.Session::get('type' , 'ITC').'-search-filter') @endsection @section('pageStyle') #mapcanvas { height: 580px; width:848px; /*margin: auto; padding: 0;*/ } .back-button { display:none; } .scrollBar { overflow-y:auto; color:#000000; } .icon_map { display:visible; } .package-search { display:none; } .result_container { display:block; } .greyBar { width:100%; height:2px; background-color:#E3E8EA; margin-top:5px; margin-bottom:5px; z-index:100000; } .summary { width:100%; margin-bottom:10px; background-color:#08C; font-weight:bold; text-align:center; height:44px; color:#FFFFFF; font-size:16px; line-height:44px; } .summaryBox { padding:10px; background-color:#EEE; } .price { font-size:20px; color:#08C; font-weight:bold; } .title { font-size:16px; color:#08C; } .blueText { color:#08C; } .pagination { color:#2998E5; margin:0px 2px 0px 2px; padding:3px 5px 3px 5px; display:inline-block; line-height:4px; cursor:pointer; } .pagination-select { color:#000; border-radius:4px; border:1px solid gray; padding:3px 5px 3px 5px; display:inline-block; } @endsection @section('myscript') var rcTimer; @endsection