@extends('layouts.app') @section('title', 'تفاصيل الفيديو') @section('content')
{{ $video->description }}
{{ $video->getVideoFileName() }}
{{ $video->categories }}
{{ $video->script }}
| ID | {{ $video->id }} |
|---|---|
| Hash ID | {{ $video->hash_id }} |
| نوع الفيديو | {{ $video->video_type }} |
| الحالة | @if($video->status == 'success') ناجح @elseif($video->status == 'failed') فاشل @else - @endif |
| الخصوصية | @if($video->private == 'public') عام @else خاص @endif |
| في الأعلى | @if($video->video_top == 'yes') نعم @else لا @endif |
| فيديو مميز | @if($video->star_video == 'yes') نعم @else لا @endif |
| تم التسمية بواسطة | {{ $video->named_by }} |
| النص بواسطة | {{ $video->textBy }} |
| المسار الجديد | {{ $video->new_path }} |
| السبب | {{ $video->reason }} |
| تاريخ الإنشاء | {{ $video->createdAt ? $video->createdAt->format('Y-m-d H:i:s') : '-' }} |
| آخر تحديث | {{ $video->updatedAt ? $video->updatedAt->format('Y-m-d H:i:s') : '-' }} |
{{ $video->user->email }}
@if($video->user->verified_account == 'yes') موثق @endifالاسم: {{ $video->agent->name }}
البريد: {{ $video->agent->email }}
الاسم: {{ $video->supervisorUser->name }}
البريد: {{ $video->supervisorUser->email }}