{!! Form::label('parent_model_id', __('Parent Model Id')) !!}

{{ $parentCategory->parent_model_id }}

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

{{ $parentCategory->referance }}

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

{{ $parentCategory->code }}

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

{{ $parentCategory->title }}

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

{{ $parentCategory->name }}

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

{{ $parentCategory->level }}

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

{{ $parentCategory->index }}

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

{{ $parentCategory->index_min }}

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

{{ $parentCategory->index_max }}

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

{{ $parentCategory->status }}

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

{{ $parentCategory->type }}

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

{{ $parentCategory->category }}

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

{{ $parentCategory->details }}

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

{{ $parentCategory->note }}

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

{{ $parentCategory->description }}

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

{{ $parentCategory->attachment }}

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

{{ $parentCategory->created_by }}

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

{{ $parentCategory->updated_by }}

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

{{ $parentCategory->created_at }}

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

{{ $parentCategory->updated_at }}