{{ trans('frontLang.youOrderSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['kindergartenRegSubmit'],'method'=>'POST','class'=>'kindergartenForm','id'=>'kindergartenForm'])}}
{{trans('frontLang.parentDetails')}}
{{trans('frontLang.pupilDetails')}}
{{Form::select('sex',['F' => trans('frontLang.female'),'M' => trans('frontLang.male')],null,['class'=>'form-control','placeholder' => trans('frontLang.chooseSex')])}}
trans('frontLang.KindergardenYear1'), '2' => trans('frontLang.KindergardenYear2'), '3' => trans('frontLang.KindergardenYear3')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseStage'))); ?>
{{trans('frontLang.KindergardenDetails')}}
trans('frontLang.northernNeighborhood'), '2' => trans('frontLang.easternNeighborhood'),'3' => trans('frontLang.westernNeighborhood'), '4' => trans('frontLang.southernNeighborhood')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseNeighborhood'))); ?>