One Hat Cyber Team
  • Dir : ~/home/umkm/public_html/resources/views/user/
  • Edit File: video_section.blade.php
    @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