@extends('user.layout') @php $userDefaultLang = \App\Models\User\Language::where([['user_id', \Illuminate\Support\Facades\Auth::id()], ['is_default', 1]])->first(); $userLanguages = \App\Models\User\Language::where('user_id', \Illuminate\Support\Facades\Auth::id())->get(); @endphp @includeIf('user.partials.rtl-style') @section('content')
{{ __('Update Video Section') }}
@csrf
...
@if ($errors->has('video_section_image'))
{{ $errors->first('video_section_image') }}
@endif
@if ($userBs->theme != 'home_ten' && $userBs->theme != 'home_five' && $userBs->theme != 'home_four')
@if ($errors->has('video_section_title'))

{{ $errors->first('video_section_title') }}

@endif
@endif @if ($userBs->theme != 'home_ten' && $userBs->theme != 'home_five' && $userBs->theme != 'home_four') @if ($userBs->theme != 'home_two') @if ($userBs->theme != 'home_seven')
@if ($errors->has('video_section_subtitle'))

{{ $errors->first('video_section_subtitle') }}

@endif
@endif @if ($userBs->theme != 'home_nine' && $userBs->theme != 'home_one')
@if ($errors->has('video_section_text'))

{{ $errors->first('video_section_text') }}

@endif
@endif @if ($userBs->theme != 'home_seven')
@if ($errors->has('video_section_button_text'))

{{ $errors->first('video_section_button_text') }}

@endif
@endif @if ($userBs->theme != 'home_seven')
@if ($errors->has('video_section_button_url'))

{{ $errors->first('video_section_button_url') }}

@endif
@endif @endif @endif
@if ($errors->has('video_section_url'))

{{ $errors->first('video_section_url') }}

@endif
@endsection