{!! Form::label('vivape_id', __('Vivape Id')) !!}

{{ $employee->vivape_id }}

{!! Form::label('email', __('Email')) !!}

{{ $employee->email }}

{!! Form::label('phone', __('Phone')) !!}

{{ $employee->phone }}

{!! Form::label('referring_code', __('Referring Code')) !!}

{{ $employee->referring_code }}

{!! Form::label('referred_by_code', __('Referred By Code')) !!}

{{ $employee->referred_by_code }}

{!! Form::label('date_of_birth', __('Date Of Birth')) !!}

{{ $employee->date_of_birth }}

{!! Form::label('date_of_joining', __('Date Of Joining')) !!}

{{ $employee->date_of_joining }}

{!! Form::label('user_id', __('User Id')) !!}

{{ $employee->user_id }}

{!! Form::label('store_id', __('Store Id')) !!}

{{ $employee->store_id }}

{!! Form::label('country_id', __('Country Id')) !!}

{{ $employee->country_id }}

{!! Form::label('state_id', __('State Id')) !!}

{{ $employee->state_id }}

{!! Form::label('city_id', __('City Id')) !!}

{{ $employee->city_id }}

{!! Form::label('area_id', __('Area Id')) !!}

{{ $employee->area_id }}

{!! Form::label('address', __('Address')) !!}

{{ $employee->address }}

{!! Form::label('identity', __('Identity')) !!}

{{ $employee->identity }}

{!! Form::label('identity_type', __('Identity Type')) !!}

{{ $employee->identity_type }}

{!! Form::label('identity_attachment', __('Identity Attachment')) !!}

{{ $employee->identity_attachment }}

{!! Form::label('parent_type_id', __('Parent Type Id')) !!}

{{ $employee->parent_type_id }}

{!! Form::label('parent_category_id', __('Parent Category Id')) !!}

{{ $employee->parent_category_id }}

{!! Form::label('parent_status_id', __('Parent Status Id')) !!}

{{ $employee->parent_status_id }}

{!! Form::label('referance', __('Referance')) !!}

{{ $employee->referance }}

{!! Form::label('code', __('Code')) !!}

{{ $employee->code }}

{!! Form::label('title', __('Title')) !!}

{{ $employee->title }}

{!! Form::label('name', __('Name')) !!}

{{ $employee->name }}

{!! Form::label('level', __('Level')) !!}

{{ $employee->level }}

{!! Form::label('index', __('Index')) !!}

{{ $employee->index }}

{!! Form::label('index_min', __('Index Min')) !!}

{{ $employee->index_min }}

{!! Form::label('index_max', __('Index Max')) !!}

{{ $employee->index_max }}

{!! Form::label('status', __('Status')) !!}

{{ $employee->status }}

{!! Form::label('type', __('Type')) !!}

{{ $employee->type }}

{!! Form::label('category', __('Category')) !!}

{{ $employee->category }}

{!! Form::label('ranking', __('Ranking')) !!}

{{ $employee->ranking }}

{!! Form::label('priority', __('Priority')) !!}

{{ $employee->priority }}

{!! Form::label('details', __('Details')) !!}

{{ $employee->details }}

{!! Form::label('note', __('Note')) !!}

{{ $employee->note }}

{!! Form::label('description', __('Description')) !!}

{{ $employee->description }}

{!! Form::label('paremeters', __('Paremeters')) !!}

{{ $employee->paremeters }}

{!! Form::label('attachment', __('Attachment')) !!}

{{ $employee->attachment }}

{!! Form::label('created_by', __('Created By')) !!}

{{ $employee->created_by }}

{!! Form::label('updated_by', __('Updated By')) !!}

{{ $employee->updated_by }}

{!! Form::label('created_at', __('Created At')) !!}

{{ $employee->created_at }}

{!! Form::label('updated_at', __('Updated At')) !!}

{{ $employee->updated_at }}