@csrf {{ __('admin/mobile.form.pwa_enabled_helper') }} {{ __('links.pw_learn_more') }} {!! __('admin/mobile.form.service_worker_content_helper') !!} {!! __('admin/mobile.form.manifest_content_helper') !!} @if(count($pwaIcons))
{{ __('admin/mobile.form.pwa_icons') }}
@foreach($pwaIcons as $icon)
{{ $icon['sizes'] }}

{{ $this->getIconDescription($icon['sizes']) }}

{{ $icon['sizes'] }} - {{ $icon['type'] }}

@endforeach
{{ __('labels.learn_more') }} PWA Icons Documentation
@endif @if($errors->has('pwaIcon'))
{{ $errors->first('pwaIcon') }}
@endif