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

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

{{ $message }}

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