@extends('admin.layouts.master') @section('title', 'PWA Settings - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('PWA Settings') }}
{{ __('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') }}
  • {{__("PWA is lite app, When you open it in Mobile Browser its ask for add app in mobile. Its Not APK. You can not submit to Play Store.")}}
  • {{__("Splash Screen works only on Apple Device.")}}
@include('admin.pwasetting.manifest')
@include('admin.pwasetting.icon')


@endsection @section('script') @endsection