@extends('admin.layouts.master-soyuz') @section('title',__('Progressive Web App Setting | ')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Progressive Web App Setting') }}
  • 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
@if($pwa_settings && $pwa_settings['shorticon_1']) {{ $pwa_settings?$pwa_settings['shorticon_1']:'' }} @endif
@if($pwa_settings && $pwa_settings['shorticon_2']) {{ $pwa_settings['shorticon_2'] }} @endif
@if($pwa_settings && $pwa_settings['shorticon_3']) {{ $pwa_settings['shorticon_3'] }} @endif

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


@csrf

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