@if( Auth::user()->hasRole('distributor') )
@endif
@php $percents = array_combine(\VanguardLTE\Jackpot::$values['percent'], \VanguardLTE\Jackpot::$values['percent']); @endphp {!! Form::select('percent', $percents, $edit ? $jackpot->percent : '', ['class' => 'form-control']) !!}
{!! Form::select('view', ['0' => 'Disabled', '1' => 'Active'], $jackpot->view, ['id' => 'view', 'class' => 'form-control']) !!}