{{Form::select('selection[DialString]', $columns,(isset($attrselection->DialString)?$attrselection->DialString:''),array("class"=>"select2 small"))}}
{{Form::select('selection[ChargeCode]', $columns,(isset($attrselection->ChargeCode)?$attrselection->ChargeCode:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Description]', $columns,(isset($attrselection->Description)?$attrselection->Description:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Forbidden]', $columns,(isset($attrselection->Forbidden)?$attrselection->Forbidden:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Action]', $columns,(isset($attrselection->Action)?$attrselection->Action:''),array("class"=>"select2 small"))}}