×
Close
{!! trans('x.Edit User Options') !!}
{{trans('x.Role')}}
@foreach (\App\Permissions\Role::where('name', '!=', 'superuser')->get() as $role)
role() === $role->name ) selected="selected" @endif> {{ ucfirst($role->name) }}
@endforeach
{{trans('x.Percentage')}}
{{trans('x.Price Lists')}}
@foreach (\App\PriceList::return_user_lists() as $id => $name)
hasPriceList($id)) selected @endif>{{$name}}
@endforeach
{{trans('x.Types')}}
@foreach (\App\Type::all() as $type)
hasType($type->id)) selected @endif>{{trans('x.'.$type->name)}}
@endforeach