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

{{ __('Page Visibility') }}

@csrf

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

is_t1_slider_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_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_t1_slider_section'))

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

@endif
is_t1_who_we_are_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_who_we_are_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_t1_who_we_are_section'))

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

@endif
is_t1_intro_video_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_intro_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_t1_intro_video_section'))

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

@endif
is_t1_service_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_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_t1_service_section'))

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

@endif
is_t1_why_choose_us_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_why_choose_us_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_t1_why_choose_us_section'))

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

@endif
is_t1_portfolio_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_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_t1_portfolio_section'))

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

@endif
is_t1_team_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_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_t1_team_section'))

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

@endif
is_t1_testimonial_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_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_t1_testimonial_section'))

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

@endif
is_t1_contact_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_contact_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_t1_contact_section'))

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

@endif
is_t1_faq_counter_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_faq_counter_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_t1_faq_counter_section'))

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

@endif
is_t1_meet_us_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_meet_us_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_t1_meet_us_section'))

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

@endif
is_t1_blog_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_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_t1_blog_section'))

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

@endif
is_t1_clint_section == '1' ? 'checked' : '' }} data-size="large" name="is_t1_clint_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_t1_clint_section'))

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

@endif
@endsection