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

{{ $suspendModule->type }}

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

{{ $suspendModule->status }}

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

{{ $suspendModule->starts_from }}

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

{{ $suspendModule->ends_on }}

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

{{ $suspendModule->module_name }}

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

{{ $suspendModule->api_name }}

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

{{ $suspendModule->details }}

{!! Form::label('parameters', __('Parameters')) !!}

{{ $suspendModule->parameters }}

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

{{ $suspendModule->priority }}

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

{{ $suspendModule->ranking }}

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

{{ $suspendModule->country_currency_id }}

{!! Form::label('operator_id', __('Operator Id')) !!}

{{ $suspendModule->operator_id }}

{!! Form::label('product_id', __('Product Id')) !!}

{{ $suspendModule->product_id }}

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

{{ $suspendModule->user_id }}

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

{{ $suspendModule->note }}

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

{{ $suspendModule->created_by }}

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

{{ $suspendModule->updated_by }}

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

{{ $suspendModule->created_at }}

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

{{ $suspendModule->updated_at }}