@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
{{ __('Hero Section') }}
{{ __('Home Page') }}
{{ __('Hero Section') }}
{{ __('Update Hero Section') }}
@includeIf('backend.partials.languages')
@csrf
{{ __('Background Image') . '*' }}
@if (!empty($data->background_image))
@else
@endif
{{ __('Choose Image') }}
@error('background_image')
{{ $message }}
@enderror
{{ __('First Title') }}
{{ __('Second Title') }}
@if ($themeInfo->theme_version == 1 || $themeInfo->theme_version == 3)
{{ __('Button Text') }}
@endif @if ($themeInfo->theme_version == 2)
{{ __('Video URL') }}
@endif @if ($themeInfo->theme_version == 3)
{{ __('Image') }}
@if (!empty($data->image))
@else
@endif
{{ __('Choose Image') }}
@error('image')
{{ $message }}
@enderror
@endif
@endsection