@extends('Member::member_profile') @section('content_sub_member')
@lang('messages.accountInformation') @lang('messages.timezone') @lang('messages.changePassword')
@if(isset($action))
@if($action==='change-password')

@lang('messages.changePassword')

{{$errors->first('oldPassword')}}
{{$errors->first('newPassword')}}
{{$errors->first('newPassword_confirmation')}}
@endif
@else
{!! Form::open(array('method' => 'POST', 'role' => 'form', 'files'=>true, 'accept-charset'=>'utf-8', 'class'=>'form-horizontal')) !!}

@lang('messages.accountInformation')

{{$errors->first('username')}}
{{Form::select('sex', array(''=>'Please select', 'male'=>'Male', 'female'=>'Female', 'transgender' => 'Transgender'), old('sex', $getMember->gender), array('class'=>'form-control '))}} {{$errors->first('sex')}}
{{$errors->first('firstName')}}
{{$errors->first('lastname')}}