@extends('layouts.master') @section('title',__('Remove Public')) @section('breadcum') @endsection @section('maincontent')
@if ($errors->any()) @endif
{{ __('Remove Public') }}
{{ __('Important Note') }}
  • {{__(('Removing public from URL is only works when you have installed script in main domain.'))}}
  • {{__("Do not remove public when you have Installed script in subdomin or subfolders.")}}
@csrf
@endsection @section('script') @endsection