@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') }}
@include('admin.pwasetting.manifest')
@include('admin.pwasetting.icon')


@endsection @section('script') @endsection