@extends('admin/layout') @section('page_title', $single_video->title) @section('other_select','active') @section('product_select','active') @section('content')

Products Edit

@csrf

@error('title') {{$message}} @enderror

{{$single_video->image}}

@error('image') {{$message}} @enderror

@error('embed_code') {{$message}} @enderror

@endsection @section('scripts') @endsection