@extends('admin.layouts.master') @section('title', 'Mobile Setting - Admin') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Mobile Setting') }} @endslot @slot('menu1') {{ __('Settings') }} @endslot @slot('menu2') {{ __('Mobile Setting') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Mobile Setting') }}
@csrf
setting_enable == 1 ? 'checked' : '' }} />
{{ __("If you enabled the toggle frontend is been disabled and and show landing page") }}
@endsection