@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'] }}
Upload
{{ $pwa_settings['shorticon_2'] }}
Upload
{{ $pwa_settings['shorticon_3'] }}

PWA Icons & Splash screens :


@csrf

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