{{ $pageTitle }} {{ $pageNote }}
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
{{ Form::text('username', $row['username'],array('class'=>'form-control', 'placeholder'=>'')) }}
{{ Form::text('first_name', $row['first_name'],array('class'=>'form-control', 'placeholder'=>'')) }}
{{ Form::text('last_name', $row['last_name'],array('class'=>'form-control ')) }}
{{ Form::text('email', $row['email'],array('class'=>'form-control', 'placeholder'=>'' )) }}
@if($row['id'] !='')
{{ Lang::get('core.notepassword') }}
@else
Create Password
@endif