@extends('admin.layouts.master') @section('title', 'Remove Frontend') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Remove Frontend') }}
@csrf
setting_enable == 1 ? 'checked' : '' }} />
{{ __("If you enabled the toggle frontend is been disabled.") }}
@endsection