@extends('backend.layout') @section('content')
@csrf
{{ __('Update Sections') }}
@error('categories_section_status')

{{ $message }}

@enderror
@error('about_section_status')

{{ $message }}

@enderror
@error('featured_section_status')

{{ $message }}

@enderror
@error('features_section_status')

{{ $message }}

@enderror
@error('how_work_section_status')

{{ $message }}

@enderror
@error('testimonials_section_status')

{{ $message }}

@enderror
@error('partner_section_status')

{{ $message }}

@enderror
@error('footer_section_status')

{{ $message }}

@enderror
@endsection