@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
@csrf
{{ __('Update Images & Texts') }}
@includeIf('admin.partials.languages')

{{ __('Hero Section') }}



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

{{ $message }}

@enderror
@error('hero_section_title')
{{ $message }}
@enderror
@if ($settings->theme_version != 3)
@error('hero_section_subtitle')
{{ $message }}
@enderror
@endif

{{ __('Category Section') }}


@error('category_section_title')
{{ $message }}
@enderror

{{ __('Work Process Section') }}


@if ($settings->theme_version == 1 || $settings->theme_version == 3)

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

{{ $message }}

@enderror
@endif @if ($settings->theme_version == 1)

{{ __('Click on the dropdown icon to select an icon.') }}
@error('workprocess_section_btn')
{{ $message }}
@enderror
@error('workprocess_section_url')
{{ $message }}
@enderror
@endif
@error('workprocess_section_title')
{{ $message }}
@enderror
@if ($settings->theme_version == 1)
@error('workprocess_section_subtitle')
{{ $message }}
@enderror
@endif

{{ __('Featured Service Section') }}


@error('featured_service_section_title')
{{ $message }}
@enderror

{{ __('Latest Service Section') }}


@error('latest_service_section_title')
{{ $message }}
@enderror

{{ __('Call To Action Section') }}



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

{{ $message }}

@enderror
@if ($settings->theme_version == 1)

@if (!empty($data->call_to_action_section_inner_image)) image @else ... @endif
{{ __('Choose Image') }}
@error('call_to_action_section_inner_image')
{{ $message }}
@enderror
@endif

{{ __('Click on the dropdown icon to select an icon.') }}
@error('call_to_action_section_btn')
{{ $message }}
@enderror
@error('call_to_action_url')
{{ $message }}
@enderror
@error('call_to_action_section_title')
{{ $message }}
@enderror

{{ __('Vendor Section') }}


@error('vendor_section_title')
{{ $message }}
@enderror
@if ($settings->theme_version != 3)

{{ __('Testimonial Section') }}



@if (@$data->testimonial_section_image != null) ... @else ... @endif
{{ __('Choose Image') }}
@error('testimonial_section_image')
{{ $message }}
@enderror
@error('testimonial_section_title')
{{ $message }}
@enderror
@error('testimonial_section_subtitle')
{{ $message }}
@enderror
@error('testimonial_section_clients')
{{ $message }}
@enderror
@endif
@endsection