@extends('layouts.insurancesMaster') @section('getStarted') doSearch('{{$checkin}}', '{{$checkout}}', '{{$dep}}', '{{$dest}}', '{{$bid}}', '{{$country}}' , '{{$state}}' , '{{$pax}}', '{{$days}}', '{{$family}}', '{{$deductible}}', '{{$group}}', '{{$sell_type}}'); @stop @section('pageContent') @stop @section('linkscript') {{ HTML::script('js/insurance.js?'.filemtime('js/insurance.js')) }} @stop @section('myscript') $(document).ready(function () { // Timeout de 55 minutes setTimeout(function() { if (confirm('{{ Lang::get('format.sessionExpired') }}')) { location.reload(); } else { $('#bookinglist').html(''); } }, 3300000); }); @stop