@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
@if ($settings->theme_version != 3)
{{ __('Update Hero Section Image') }}
@csrf

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

{{ $message }}

@enderror
@endif
{{ __('Update Hero Section') }}
@includeIf('admin.partials.languages')
@csrf
@error('title')
{{ $message }}
@enderror
@if ($settings->theme_version != 3)
@endif
@endsection