@php $percents = array_combine(\VanguardLTE\Room::$values['percent'], \VanguardLTE\Room::$values['percent']); @endphp {!! Form::select('percent', $percents, $edit ? $room->percent : '90', ['class' => 'form-control']) !!}
{!! Form::select('frontend', $directories, $edit ? $room->frontend : '', ['class' => 'form-control']) !!}
@php $orders = array_combine(\VanguardLTE\Room::$values['orderby'], \VanguardLTE\Room::$values['orderby']); @endphp {!! Form::select('orderby', $orders, $edit ? $room->orderby : '', ['class' => 'form-control']) !!}
@php $currencies = array_combine(\VanguardLTE\Room::$values['currency'], \VanguardLTE\Room::$values['currency']); @endphp {!! Form::select('currency', $currencies, $edit ? $room->currency : '', ['class' => 'form-control']) !!}