{{ $pageTitle }}
@include('admin.setting.sidebar')
{{ $pageTitle }}
{{ __('SL') }} | {{ __('Name') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|
{{ __('1') }} | {{ __('Hero Section') }} |
@if (getOption('home_hero_section_status', 1) == ACTIVE)
{{ __('Active') }}
@else
{{ __('Deactivate') }}
@endif
|
|
{{ __('2') }} | {{ __('Features Section') }} |
@if (getOption('home_feature_section_status', 1) == ACTIVE)
{{ __('Active') }}
@else
{{ __('Deactivate') }}
@endif
|
|
{{ __('3') }} | {{ __('About Us Section') }} |
@if (getOption('home_about_us_section_status', 1) == ACTIVE)
{{ __('Active') }}
@else
{{ __('Deactivate') }}
@endif
|
|
{{ __('4') }} | {{ __('How it Works Section') }} |
@if (getOption('home_how_it_word_section_status', 1) == ACTIVE)
{{ __('Active') }}
@else
{{ __('Deactivate') }}
@endif
|
|
{{ __('5') }} | {{ __('Core Pages Section') }} |
@if (getOption('home_core_pages_section_status', 1) == ACTIVE)
{{ __('Active') }}
@else
{{ __('Deactivate') }}
@endif
|
|
{{ __('6') }} | {{ __('Pricing Section') }} |
@if (getOption('home_pricing_section_status', 1) == ACTIVE)
{{ __('Active') }}
@else
{{ __('Deactivate') }}
@endif
|
|
{{ __('7') }} | {{ __('Integrations Section') }} |
@if (getOption('home_integration_section_status', 1) == ACTIVE)
{{ __('Active') }}
@else
{{ __('Deactivate') }}
@endif
|
|
{{ __('8') }} | {{ __('Testimonial Section') }} |
@if (getOption('home_testimonial_section_status', 1) == ACTIVE)
{{ __('Active') }}
@else
{{ __('Deactivate') }}
@endif
|
|
{{ __('9') }} | {{ __('Faq Section') }} |
@if (getOption('home_faq_section_status', 1) == ACTIVE)
{{ __('Active') }}
@else
{{ __('Deactivate') }}
@endif
|
|