@foreach([ ['title' => __('None'), 'value' => 0, 'name' => '', 'input' => 'empty'],
['title' => __('Country'), 'value' => 1, 'name' => 'flag', 'input' => 'country'],
['title' => __('Platform'), 'value' => 2, 'name' => 'platforms', 'input' => 'platform'],
['title' => __('Language'), 'value' => 3, 'name' => 'language', 'input' => 'language'],
['title' => __('Rotation'), 'value' => 4, 'name' => 'rotation', 'input' => 'rotation']
] as $targetButton)
@endforeach