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

{{ $currencySetting->country_name }}

{!! Form::label('country_code', 'Country Code:') !!}

{{ $currencySetting->country_code }}

{!! Form::label('country_icon', 'Country Icon:') !!}

{{ $currencySetting->country_icon }}

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

{{ $currencySetting->created_at }}

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

{{ $currencySetting->updated_at }}