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

{{ $wallet->vivape_id }}

{!! Form::label('validity', __('Validity')) !!}

{{ $wallet->validity }}

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

{{ $wallet->validity_type }}

{!! Form::label('balance', __('Balance')) !!}

{{ $wallet->balance }}

{!! Form::label('opening_balance', __('Opening Balance')) !!}

{{ $wallet->opening_balance }}

{!! Form::label('starts_from', __('Starts From')) !!}

{{ $wallet->starts_from }}

{!! Form::label('ends_on', __('Ends On')) !!}

{{ $wallet->ends_on }}

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

{{ $wallet->date_of_joining }}

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

{{ $wallet->user_id }}

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

{{ $wallet->store_id }}

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

{{ $wallet->parent_type_id }}

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

{{ $wallet->parent_category_id }}

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

{{ $wallet->parent_status_id }}

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

{{ $wallet->referance }}

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

{{ $wallet->code }}

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

{{ $wallet->title }}

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

{{ $wallet->name }}

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

{{ $wallet->level }}

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

{{ $wallet->index }}

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

{{ $wallet->index_min }}

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

{{ $wallet->index_max }}

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

{{ $wallet->status }}

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

{{ $wallet->type }}

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

{{ $wallet->category }}

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

{{ $wallet->ranking }}

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

{{ $wallet->priority }}

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

{{ $wallet->details }}

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

{{ $wallet->note }}

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

{{ $wallet->description }}

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

{{ $wallet->paremeters }}

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

{{ $wallet->attachment }}

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

{{ $wallet->created_by }}

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

{{ $wallet->updated_by }}

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

{{ $wallet->created_at }}

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

{{ $wallet->updated_at }}