@extends('admin.layouts.master') @section('title', 'Remove Frontend') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Remove Frontend') }}
@csrf
{{ __('You can remove frontend by enable the mobile setting.It is shown as a landing page only') }} :
setting_enable == 1 ? 'checked' : '' }} />
{{ __("If you enabled the toggle frontend is been disabled.") }}
{{ __("Reset")}}
{{ __("Update")}}
@endsection