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

{{ __('Page Visibility') }}

@csrf

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

is_t8_hero_section == '1' ? 'checked' : '' }} data-size="large" name="is_t8_hero_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_t8_hero_section'))

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

@endif
is_t8_about_section == '1' ? 'checked' : '' }} data-size="large" name="is_t8_about_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_t8_about_section'))

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

@endif
is_t8_video_section == '1' ? 'checked' : '' }} data-size="large" name="is_t8_video_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_t8_video_section'))

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

@endif
is_t8_service_section == '1' ? 'checked' : '' }} data-size="large" name="is_t8_service_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_t8_service_section'))

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

@endif
is_t8_callaction_section == '1' ? 'checked' : '' }} data-size="large" name="is_t8_callaction_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_t8_callaction_section'))

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

@endif
is_t8_portfolio_section == '1' ? 'checked' : '' }} data-size="large" name="is_t8_portfolio_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_t8_portfolio_section'))

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

@endif
is_t8_testimonial_section == '1' ? 'checked' : '' }} data-size="large" name="is_t8_testimonial_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_t8_testimonial_section'))

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

@endif
is_t8_team_section == '1' ? 'checked' : '' }} data-size="large" name="is_t8_team_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_t8_team_section'))

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

@endif
is_t8_blog_section == '1' ? 'checked' : '' }} data-size="large" name="is_t8_blog_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_t8_blog_section'))

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

@endif
is_t8_brand_section == '1' ? 'checked' : '' }} data-size="large" name="is_t8_brand_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_t8_brand_section'))

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

@endif
@endsection