@extends('master') @section('content')

Internship Apply Now

  • Internship Apply Now
@if(Request::old('message'))
{{ old('message') }}
@endif {!! Form::open(['url'=>'applynow','class'=>'contact-form'])!!}
{!! Form::text('name',null, ['class'=>"form-control",'placeholder'=>'Name']) !!}
{!! Form::text('email',null, ['class'=>"form-control",'placeholder'=>'Email']) !!}
{!! Form::select('sex',['SEX'=>'SEX','Male'=>'Male','Female'=>'Female','Other'=>'Other',],null, ['class'=>"form-control",'placeholder'=>'Sex']) !!}
{!! Form::text('dob',null, ['class'=>"form-control",'placeholder'=>'Date of Birth']) !!}
{!! Form::text('nationality',null, ['class'=>"form-control",'placeholder'=>'Nationality']) !!}
{!! Form::text('address',null, ['class'=>"form-control",'placeholder'=>'Address']) !!}
{!! Form::text('phone',null, ['class'=>"form-control",'placeholder'=>'Phone']) !!}
{!! Form::text('duration_of_stay',null, ['class'=>"form-control",'placeholder'=>'Duration of Stay']) !!}

Please answer the following questions

{!! Form::textarea('why_volunteer',null, ['class'=>"form-control",'placeholder'=>'Why do you want to do Volunteer?']) !!}
{!! Form::textarea('when_internship',null, ['class'=>"form-control",'placeholder'=>'When do you want to begin internship and how long do you want to work?']) !!}
{!! Form::textarea('field_of_interest',null, ['class'=>"form-control",'placeholder'=>' What is your field of interest?']) !!}
{!! Form::textarea('know_internship_nepal',null, ['class'=>"form-control",'placeholder'=>'How did you know about Internship Nepal?']) !!}
{!!Form::close()!!}
@endsection