@extends('admin.layouts.master') @section('title','Remove Public & FORCE HTTPS Seting | ') @section('body') @component('components.box',['border' => 'with-border']) @slot('header')
{{ __("Remove Public & FORCE HTTPS Seting")}}
@endslot @slot('boxBody')
@csrf
{{__("Enable FORCE https only if VALID SSL already configured else you can set serious errors !")}}

@csrf
{{__("Important note:")}}
@endslot @endcomponent @endsection