@if(Auth::user()->hash == $hash)
@endif

Personal Info

Title
Gender
First Name
Last Name
Other Name
Date of Birth
Place of Birth
Nationality
@if(Auth::user()->hash == $hash)
{{ Form::open(array('id'=>'updateuserinform','class'=>'form')) }}

Personal Info

Title*
{{ Form::select('title', array('0'=>'Choose Title', 'Mr.'=>'Mr.', 'Mrs.' => 'Mrs.', 'Miss.' => 'Miss.', 'Capt.'=> 'Capt.' ), $detail->title, array('class'=>'selectpicker requiredField usertitle' )) }}
Gender
First Name*
Last Name*
Other Name
Date of Birth
Place of Birth*
Nationality
{{ Form::close() }}
@endif