@extends('panel::layouts.master', ['title' => 'تعديل الفيديو']) @section('content')
  • قائمة الفيديوهات
  • تعديل الفيديو
  • تعديل الفيديو

    @csrf @method('put')
    {{ $video->getFirstMediaUrl('videos') }}
    @if($video->thumbnail_url)
    الصورة المصغرة
    {{ $video->thumbnail_url }}
    @endif
    @endsection @push('scripts') @endpush