@extends('admin.layouts.master') @section('title', 'PWA Settings - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('PWA Settings') }} @endslot @slot('menu1') {{ __('PWA Settings') }} @endslot @endcomponent
@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