@extends('layouts.admin') @section('title','Progressive Web App Setting | ') @section('content')
{{__('adminstaticwords.ProgressiveWebAppSetting')}}

{{__('adminstaticwords.ProgessiveWebAppRequirements')}}
  • {{__('adminstaticwords.Https')}} {{__('adminstaticwords.HttpsNote')}}
  • {{__('adminstaticwords.StartURL')}} {{__('adminstaticwords.StartURLNote')}}
@csrf
{{__('adminstaticwords.EnablePWA')}}
@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

{{__('adminstaticwords.PWAIcons')}}:


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

{{__('adminstaticwords.SplashScreens')}}:


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