{!! Form::label('currency_name', 'Currency Name:') !!}
{!! Form::text('currency_name', null, ['class' => 'form-control']) !!}
{!! Form::label('currency_icon', 'Currency Icon:') !!}
{!! Form::text('currency_icon', null, ['class' => 'form-control']) !!}
{!! Form::label('currency_code', 'Currency Code:') !!}
{!! Form::text('currency_code', null, ['class' => 'form-control']) !!}