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

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

{{ $message }}

@enderror
{{ __('Update Hero Section') }}
@includeIf('admin.partials.languages')
@csrf
@endsection