@extends('admin.layouts.master') @section('title', 'Remove public - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Remove Public') }} @endslot @slot('menu1') {{ __('Remove Public') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Remove Public') }}
{{ __('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)
@csrf
@endif @elseif(!file_exists(base_path().'/'.'.htaccess') )
@csrf
@endif


@endsection @section('script') @endsection