@extends('admin.layouts.master') @section('title', 'Remove public - Admin') @section('body')
@include('admin.message')

{{ __('Remove public') }}

{{ __('adminstaticword.ImportantNote') }}:
  • ⦿ {{__(('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.")}}
@if(file_exists(base_path().'/'.'.htaccess')) @if($contents == NULL || $contents != $destinationPath)

Remove public from URL

@csrf
@endif @elseif(!file_exists(base_path().'/'.'.htaccess') )

Remove public from URL

@csrf
@endif
@endsection