@extends('layouts.default') @section('css') @parent {!! Html::style('css/rrssb.css') !!} {!! Html::style('css/modules/webloca.css') !!} {!! Html::style("css/jquery-ui-timepicker-addon.css") !!} @stop @section('content')

€ /

{!! Form::open(array("class" => "form-horizontal form-group-sm")) !!} {!! Form::hidden('date_debut', "", array('id' => 'date_debut')) !!} {!! Form::hidden('date_fin', "", array('id' => 'date_fin')) !!} {!! Form::hidden('qte', 1, array('id' => 'qte')) !!}

Je réserve

Départ

{!! Form::text('debut', old('date_debut'), array('class' => 'debut form-control', "onchange" => "updateDispo()")) !!}
{!! Form::text('heure_debut', "", array('class' => 'timepicker', 'id' => 'heure_debut')) !!}

Retour

{!! Form::text('fin', old('date_fin'), array('class' => 'fin form-control', "onchange" => "updateDispo()")) !!}
{!! Form::text('heure_fin', "", array('class' => 'timepicker', 'id' => 'heure_fin')) !!}

Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/trutinauto/public_html/resources/views/plugins/web_loca/fiche.blade.php on line 63
{{ trans("coral.Photo non disponible") }}
@include('elements.partage_social')
{!! Form::close() !!}
@stop @section('js') @parent {!! Html::script('js/rrssb.min.js') !!} {!! Html::script("js/jquery-ui-timepicker-addon.js") !!} @stop