{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') {{-- Dashboard 1 --}} @parent

Video Gallery Update Form Video Gallery List

{{ method_field('PUT') }}
@error('title')
{{ $message }}
@enderror
thumb_image) required @endif /> Size should be max:50KB @error('thumb_image')
{{ $message }}
@enderror @if($row->thumb_image) @endif
@php $youtubeLink=""; if($row->video_link){ $youtubeLink="https://www.youtube.com/watch?v=".$row->video_link; } @endphp
@error('video_link')
{{ $message }}
@enderror @if(session('invalidVideoLink'))
{{ session('invalidVideoLink') }}
@endif
is_recommended) echo checked @endif>
@error('is_recommended')
{{ $message }}
@enderror
@endsection