@extends('layouts.admin') @section('title') ویرایش ویدیو @endsection @section('content')

ویرایش ویدیو

@include('admin.index.messages')
@csrf @method('PUT')
@if($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('type')) {{ $errors->first('type') }} @endif
کد iframe کامل را وارد کنید (مثال: <iframe src="https://www.youtube.com/embed/VIDEO_ID"></iframe>) @if($errors->has('src')) {{ $errors->first('src') }} @endif
فرمت‌های پشتیبانی شده: MP4, AVI, MOV, WMV @if($video->type == 'file' && $video->src)
فایل فعلی: {{ basename($video->src) }}
@endif @if($errors->has('src')) {{ $errors->first('src') }} @endif
@if($errors->has('active')) {{ $errors->first('active') }} @endif
انصراف
@endsection