@extends('layouts.master') @section('title','Progressive Web App Setting') @section('breadcum') @endsection @section('maincontent')
@if ($errors->any()) @endif
{{ __('Progressive Web App Setting ') }}

{{ __('Progessive Web App Requirements') }}
  • {{__(('HTTPS must required in your domain (for enable contact your host provider for SSL configuration).'))}}
  • {{__("Icons and splash screens required and to be updated in Icon Settings")}}
@csrf
{{__('Enable PWA')}}
@error('shorticon_1') {{ $message }} @enderror
@if(env('SHORTCUT_ICON1') != NULL)
@if(env('SHORTCUT_ICON1') != NULL)
{{ 'shorticon_1' }}
@endif
@endif
@error('shorticon_2') {{ $message }} @enderror
@if(env('SHORTCUT_ICON2') != NULL)
{{ 'shorticon_2' }}
@endif

{{__('PWA Icons')}}:


@csrf
@error('icon_512') {{ $message }} @enderror
icon_512x512.png

{{__('Splash Screens')}}:


@error('splash_2048') {{ $message }} @enderror
splash-2048x2732.png
@endsection @section('script')