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