@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
@csrf
{{ __('Update Section Titles') }}
@includeIf('backend.partials.languages')
@if ($themeInfo->theme_version == 1)
@endif
@if ($themeInfo->theme_version == 2)
@endif @if ($themeInfo->theme_version == 3)
@endif
@endsection