App Information
@foreach($array['content'] as $key => $content)
@if($key == 'Application Icon' || $key == 'Application splash screen' || $key == 'Small Notifications Icon')
{{ $key }}
:
@endif
@if($key == 'Android Google Service File' || $key == 'IOS Google Service File')
-
{{ $key }}:
{{ $key }}
@endif
- {{$key}}: {{$content}}
@endforeach