@extends('layouts.admin') @section('content')
{{ trans('cruds.setting.pwa.title') }}
{{ __("Progessive Web App Requirements")}}
  • {{ __("HTTPS")}}{{ __(" must required in your domain (for enable contact your host provider for SSL configuration).")}}
  • {{ __("Start URL")}} {{ __("you put must be correct in below settings.")}}
  • {{ __("All icons size")}}{{ __(" required and to be updated in Icon Settings.")}}
@csrf

@csrf
{{-- --}}
icon_48
{{-- --}}
icon_72
{{-- --}}
icon_96
{{-- --}}
icon_128
{{-- --}}
icon_144
{{-- --}}
icon_192
{{-- --}}
icon_256
{{-- --}}
icon_512

Splash Screens:


{{-- --}}
splash_640
{{-- --}}
splash_750
{{-- --}}
splash_828
{{-- --}}
splash_1125
{{-- --}}
splash_1242
{{-- --}}
splash_1536
{{-- --}}
splash_1668
{{-- --}}
splash_2388
{{-- --}}
splash_2048


@endsection @section('script') @endsection