@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 Subscribe Section Image') }}
@csrf

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

{{ $message }}

@enderror
{{ __('Update Sibscribe Section') }}
@includeIf('backend.partials.languages')
@csrf
@error('button_name')

{{ $message }}

@enderror
@endsection