@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->why_choose_us_section_img1)) ... @else image @endif
{{ __('Choose Image') }}
@error('why_choose_us_section_img1')

{{ $message }}

@enderror

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

{{ $message }}

@enderror
{{ __('Why Choose Us Section Information') }}
@includeIf('backend.partials.languages')
@csrf
@endsection