@php $percents = array_combine(\VanguardLTE\Refund::$values['percent'], \VanguardLTE\Refund::$values['percent']); @endphp {!! Form::select('percent', $percents, $edit ? $refund->percent : '', ['class' => 'form-control']) !!}
{!! Form::select('status', ['0' => __('app.disabled'), '1' => __('app.active')], $edit ? $refund->status : 1, ['id' => 'status', 'class' => 'form-control']) !!}