@for ($i = 1; $i <= 5; $i++)
{!! Form::mediaImage('data[' . $i . '][icon]', Arr::get(Arr::get($config['data'], $i), 'icon')) !!}
@endfor