@extends('backend.layout') @section('content')
@csrf
{{ __('Update Sections') }}
@if ($themeInfo->theme_version != 2)
@error('course_categories_section_status')

{{ $message }}

@enderror
@endif @if ($themeInfo->theme_version != 3)
@error('call_to_action_section_status')

{{ $message }}

@enderror
@endif
@error('featured_courses_section_status')

{{ $message }}

@enderror
@error('features_section_status')

{{ $message }}

@enderror
@if ($themeInfo->theme_version != 3)
@error('video_section_status')

{{ $message }}

@enderror
@endif
@error('fun_facts_section_status')

{{ $message }}

@enderror
@if ($themeInfo->theme_version != 3)
@error('testimonials_section_status')

{{ $message }}

@enderror
@endif @if ($themeInfo->theme_version != 2)
@error('newsletter_section_status')

{{ $message }}

@enderror
@endif @if ($themeInfo->theme_version == 2)
@error('featured_instructors_section_status')

{{ $message }}

@enderror
@endif @if ($themeInfo->theme_version == 3)
@error('about_us_section_status')

{{ $message }}

@enderror
@error('latest_blog_section_status')

{{ $message }}

@enderror
@endif
@error('footer_section_status')

{{ $message }}

@enderror
@endsection