{{----}} {{--
--}} {{-- {!! Form::label('currency_name', 'Currency Name:') !!}--}} {{--

{{ $currencySetting->currency_name }}

--}} {{--
--}} {{----}} {{--
--}} {{-- {!! Form::label('currency_icon', 'Currency Icon:') !!}--}} {{--

{{ $currencySetting->currency_icon }}

--}} {{--
--}} {{----}} {{--
--}} {{-- {!! Form::label('currency_code', 'Currency Code:') !!}--}} {{--

{{ $currencySetting->currency_code }}

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

{{ $currencySetting->created_at }}

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

{{ $currencySetting->updated_at }}

--}} {{--
--}}