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

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

{{ $message }}

@enderror
@endif
@if ($settings->theme_version == 4)
@endif
@error('link')

{{ $message }}

@enderror
@endsection