@foreach(range(1, 5) as $i)
{!! Form::mediaImage('data[' . $i . '][icon]', Arr::get(Arr::get($config['data'], $i), 'icon')) !!}
@endforeach