@extends('layouts.b2cMaster') @section('getStarted') @if(Session::get('type', 'ITC') == "TOUR") doDetail('{{$sid}}', '{{$tour_num}}', '{{$option_num}}', '{{$date_id}}'); @elseif(Session::get('type', 'ITC') == "CIRCUIT") doDetail('{{$sid}}', '{{$circuit_num}}'); @elseif(Session::get('type', 'ITC') == "ADD") doDetail('{{$sid}}', '{{$addon_num}}'); @else doDetail('{{$sid}}', '{{$hotel_num}}', {{(isset($noAvailability)?$noAvailability:0)}}); @endif @stop @section('linkscript') @stop @section('pageContent') @endsection @section('layout') @if(Session::get('type' , 'ITC') == "ITC") @include('layouts.b2c.ITC-detail-header') @include('layouts.b2c.detail-hotel-property') @elseif(Session::get('type' , 'ITC') == "FLT") @elseif(Session::get('type' , 'ITC') == "TOUR") @include('layouts.b2c.TOUR-detail-header') @include('layouts.b2c.detail-tour-property') @elseif(Session::get('type' , 'ITC') == "CIRCUIT") @include('layouts.b2c.CIRCUIT-detail-header') @include('layouts.b2c.detail-circuit-property') @elseif(Session::get('type' , 'ITC') == "HOT") @include('layouts.b2c.HOT-detail-header') @include('layouts.b2c.detail-hotel-property') @elseif(Session::get('type', 'ITC') == "ADD") @include('layouts.b2c.ADD-detail-header') @include('layouts.b2c.detail-addon-property') @endif @endsection @section('step') @endsection @section('timer')
@endsection @section('filter') @endsection @section('backButton') {{Lang::get('volSearchB2C.backToHotel')}} @endsection @section('pageStyle') .package-search { display:none; } #mapcanvas { height: 580px; width:848px; /*margin: auto; padding: 0;*/ } .back-button { display:visible; } .icon_map { display:none; } .topContent { display:none; } .scrollBar { overflow-y:auto; color:#000000; } .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