@if( count($currencies) > 1 ) {!! Form::open(['route'=>'client::currencies::change','method'=>'PUT','class'=>'columnCurrency text-center']) !!} {{trans('Currencies::admin/main.title')}} @foreach($currencies as $currency) id === $currency->id ? 'selected="selected"' : '') }} > {{$currency->user_currency_code}} @endforeach {!! Form::close() !!} @else @endif