@php $allRoles = \VanguardLTE\Role::where('slug', '!=', 'user')->where('id', '<', auth()->user()->level())->pluck('name'); @endphp
@php $days = array_combine(\VanguardLTE\Info::$values['days'], \VanguardLTE\Info::$values['days']); @endphp {!! Form::select('days', $days, $edit ? $info->days : old('days'), ['class' => 'form-control']) !!}