@extends('layouts.home.site') @section('content')

Healthy Baby Contest



@include('errors.errors')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
{!! Form::open(array('url' => URL_YOUNG_GENIUS, 'method' => 'POST', 'name'=>'formLanguage ', 'name'=>"registrationForm",'enctype'=>'multipart/form-data')) !!}
Healthy Baby Contest Form
{{ Form::label('name', getphrase('Student Name')) }} * {{ Form::text('name', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'Student Name')) }}
{{ Form::label('date_of_birth', getphrase('date_of_birth')) }} *
{{ Form::text('date_of_birth', $value = date('Y/m/d') , $attributes = array('class'=>'form-control', 'placeholder' => 'Date Of Birth', 'id'=>'dp')) }}
{{ Form::label('father_name', getphrase('Father\'s Name')) }} * {{ Form::text('father_name', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'Father\'s Name')) }}
{{ Form::label('mobile', getphrase('Mobile No.')) }} * {{ Form::text('mobile', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'Mobile No.')) }}
{{ Form::label('school_name', getphrase('School')) }} * {{ Form::text('school_name', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'School')) }}
{{ Form::label('class_name', getphrase('Present Class')) }} * {{ Form::text('class_name', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'Present Class')) }}
{{ Form::label('address', getphrase('address')) }} * {{ Form::textarea('address', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'Address', 'rows'=>'3')) }}
{{ Form::label('check_up1', 'Participate in:',array('style'=>'font-weight:bold; font-size:15px;')) }}
{{ Form::radio('participate',0,false, array('id'=>'check_up','style'=>'display:block;float: left; margin-right: 10px; margin-top: 7px;')) }} {{ Form::label('check_up', 'For Check-up Only') }}
{{ Form::radio('participate',1,false, array('id'=>'competition','style'=>'display:block;float: left; margin-right: 10px; margin-top: 7px;')) }} {{ Form::label('competition', 'For Healthy Baby Competition') }}
{{ Form::radio('participate',2,true, array('id'=>'both','style'=>'display:block;float: left; margin-right: 10px; margin-top: 7px;')) }} {{ Form::label('both', 'Both') }}
  • *Photograph of the child.
  • *birth certificate.
  • *Vaccine Card
  • *Contest will before upto 8yrs.
  • *Free health Check-up upto 10yrs.
  • *registration form’s print.
  • *TSN’s school students will not be allowed to participate in the contest they can avail the free health check-up facility.
{!! Form::close() !!}

@stop @section('footer_scripts') @stop