@extends('layouts.admin') @section('title') افزودن ویدیو @endsection @section('content')

افزودن ویدیو جدید

@include('admin.index.messages')
@csrf
@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
@if($errors->has('active')) {{ $errors->first('active') }} @endif
انصراف
@endsection