@extends('admin.layout') @section('content')

{{ __('Page Visibility') }}

@csrf

{{ __('Theme 9 Visibility') }}

is_t9_slider_section == '1' ? 'checked' : '' }} data-size="large" name="is_t9_slider_section" data-bootstrap-switch data-off-color="danger" data-on-color="primary" data-on-text="Visible" data-label-text="" data-off-text="Invisible"> @if ($errors->has('is_t9_slider_section'))

{{ $errors->first('is_t9_slider_section') }}

@endif
is_t9_banner_section == '1' ? 'checked' : '' }} data-size="large" name="is_t9_banner_section" data-bootstrap-switch data-off-color="danger" data-on-color="primary" data-on-text="Visible" data-label-text="" data-off-text="Invisible"> @if ($errors->has('is_t9_banner_section'))

{{ $errors->first('is_t9_banner_section') }}

@endif
is_t9_popularcategory_section == '1' ? 'checked' : '' }} data-size="large" name="is_t9_popularcategory_section" data-bootstrap-switch data-off-color="danger" data-on-color="primary" data-on-text="Visible" data-label-text="" data-off-text="Invisible"> @if ($errors->has('is_t9_popularcategory_section'))

{{ $errors->first('is_t9_popularcategory_section') }}

@endif
is_t9_newproduct_section == '1' ? 'checked' : '' }} data-size="large" name="is_t9_newproduct_section" data-bootstrap-switch data-off-color="danger" data-on-color="primary" data-on-text="Visible" data-label-text="" data-off-text="Invisible"> @if ($errors->has('is_t9_newproduct_section'))

{{ $errors->first('is_t9_newproduct_section') }}

@endif
is_t9_featureproduct_section == '1' ? 'checked' : '' }} data-size="large" name="is_t9_featureproduct_section" data-bootstrap-switch data-off-color="danger" data-on-color="primary" data-on-text="Visible" data-label-text="" data-off-text="Invisible"> @if ($errors->has('is_t9_featureproduct_section'))

{{ $errors->first('is_t9_featureproduct_section') }}

@endif
@endsection