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

{{ __('Page Visibility') }}

@csrf

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

is_t4_hero_section == '1' ? 'checked' : '' }} data-size="large" name="is_t4_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_t4_hero_section'))

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

@endif
is_t4_client_section == '1' ? 'checked' : '' }} data-size="large" name="is_t4_client_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_t4_client_section'))

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

@endif
is_t4_about_section == '1' ? 'checked' : '' }} data-size="large" name="is_t4_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_t4_about_section'))

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

@endif
is_t4_feature_section == '1' ? 'checked' : '' }} data-size="large" name="is_t4_feature_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_t4_feature_section'))

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

@endif
is_t4_who_we_are_section == '1' ? 'checked' : '' }} data-size="large" name="is_t4_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_t4_who_we_are_section'))

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

@endif
is_t4_intro_video_section == '1' ? 'checked' : '' }} data-size="large" name="is_t4_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_t4_intro_video_section'))

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

@endif
is_t4_portfolio_section == '1' ? 'checked' : '' }} data-size="large" name="is_t4_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_t4_portfolio_section'))

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

@endif
is_t4_counter_section == '1' ? 'checked' : '' }} data-size="large" name="is_t4_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_t4_counter_section'))

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

@endif
is_t4_testmonial_section == '1' ? 'checked' : '' }} data-size="large" name="is_t4_testmonial_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_t4_testmonial_section'))

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

@endif
is_t4_faq_section == '1' ? 'checked' : '' }} data-size="large" name="is_t4_faq_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_t4_faq_section'))

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

@endif
is_t4_contact_section == '1' ? 'checked' : '' }} data-size="large" name="is_t4_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_t4_contact_section'))

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

@endif
@endsection