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

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

{{ $message }}

@enderror

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

{{ $message }}

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