{!! Form::label('currency','Currency') !!}
{!! Form::select('currency' , $currencies , $currency->code , ['class' => 'form-control currency-select','placeholder' => 'Currency','required'=>'true']) !!}
{{----}}
{{-- {!! Form::label('code','CurrencyCode') !!}--}}
{{-- {!! Form::text('code' , $currency->code , ['class' => 'form-control','placeholder' => 'CurrencyCode','required'=>'true']) !!}--}}
{{--
--}}
{{----}}
{{-- {!! Form::label('name','Name') !!}--}}
{{-- {!! Form::text('name' , $currency->name , ['class' => 'form-control','placeholder' => 'Name','required'=>'true']) !!}--}}
{{--
--}}
{{----}}
{{-- {!! Form::label('symbol','Symbol') !!}--}}
{{-- {!! Form::text('symbol' , $currency->symbol , ['class' => 'form-control','placeholder' => 'Symbol','required'=>'true']) !!}--}}
{{--
--}}
{!! Form::label('decimal_length','Decimal Length') !!}
{!! Form::text('decimal_length' , $currency->decimal_length , ['class' => 'form-control','placeholder' => 'Decimal Length','required'=>'true']) !!}
@if($currency->id > 0)
@endif