@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
{{ __('Update About Section Image') }}
@csrf

@if (!empty($info->about_section_image)) image @else ... @endif
{{ __('Choose Image') }}
@error('about_section_image')

{{ $message }}

@enderror
{{ __('Update About Section') }}
@includeIf('backend.partials.languages')
@csrf
@if ($settings->theme_version == 1 || $settings->theme_version == 2)
@endif
@endsection