@extends('admin.layouts.master-soyuz') @section('title',__('Progressive Web App Setting | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('PWA Setting') }} @endslot @slot('menu2') {{ __("PWA Setting") }} @endslot @endcomponent ​
@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

Upload
{{ $pwa_settings['shorticon_1'] }}
{{ $pwa_settings['shorticon_2'] }}
{{ $pwa_settings['shorticon_3'] }}

{{__("PWA Icons & Splash screens :")}}


@csrf

icon_256x256.png
splash-2048x2732.png
@endsection @section('custom-script') @endsection