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

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

{{ $message }}

@enderror
@if ($settings->theme_version == 1)

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

{{ $message }}

@enderror
@endif
{{ __('Update Call To Action Section') }}
@includeIf('admin.partials.languages')
@csrf
@endsection