@if(count($variableList) > 0)
@foreach($variableList as $variable)
{{ $variable->title }}
{{ $variable->variable_title }}
@switch($variable->type)
@case("image")
Bild
@break
@case("selection")
Auswahl
@break
@case("value")
Text
@break
@endswitch
@if(UserController::checkRight("editVariable", $user))
@endif
@if(UserController::checkRight("deleteVariable", $user))
@endif
@endforeach