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

{{ $countryCurrency->country_id }}

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

{{ $countryCurrency->country_name }}

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

{{ $countryCurrency->referance }}

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

{{ $countryCurrency->code }}

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

{{ $countryCurrency->title }}

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

{{ $countryCurrency->name }}

{!! Form::label('symbol', __('Symbol')) !!}

{{ $countryCurrency->symbol }}

{!! Form::label('iso_alpha2', __('Iso Alpha2')) !!}

{{ $countryCurrency->iso_alpha2 }}

{!! Form::label('iso_alpha3', __('Iso Alpha3')) !!}

{{ $countryCurrency->iso_alpha3 }}

{!! Form::label('exchange_rate', __('Exchange Rate')) !!}

{{ $countryCurrency->exchange_rate }}

{!! Form::label('exchange_rate_update', __('Exchange Rate Update')) !!}

{{ $countryCurrency->exchange_rate_update }}

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

{{ $countryCurrency->level }}

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

{{ $countryCurrency->index }}

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

{{ $countryCurrency->index_min }}

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

{{ $countryCurrency->index_max }}

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

{{ $countryCurrency->status }}

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

{{ $countryCurrency->type }}

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

{{ $countryCurrency->category }}

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

{{ $countryCurrency->ranking }}

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

{{ $countryCurrency->priority }}

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

{{ $countryCurrency->details }}

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

{{ $countryCurrency->note }}

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

{{ $countryCurrency->description }}

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

{{ $countryCurrency->paremeters }}

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

{{ $countryCurrency->attachment }}

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

{{ $countryCurrency->created_by }}

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

{{ $countryCurrency->updated_by }}

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

{{ $countryCurrency->created_at }}

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

{{ $countryCurrency->updated_at }}