@extends('layouts.moderator') @section('title', 'تفاصيل البث المباشر') @section('content')
@if($liveStream->title) {{ $liveStream->title }} @else بدون عنوان @endif
{{ $liveStream->scheduled_date->format('Y/m/d') }} ({{ $liveStream->scheduled_date->locale('ar')->diffForHumans() }})
{{ $liveStream->scheduled_time->format('H:i') }}
{{ $liveStream->formatted_duration }}
{{ $liveStream->description }}
{{ $liveStream->admin_notes }}
{{ $liveStream->excuse_reason }}
تم رفعه في: {{ $liveStream->proof_uploaded_at?->format('Y/m/d H:i') }}
{{ $recommendation->notes }}
@endif{{ $liveStream->user->username }}
تم الجدولة بواسطة {{ $liveStream->assignedBy->name }}
تم رفع إثبات البث
تم تأكيد الحالة: {{ $liveStream->status_text }}
@if($liveStream->confirmedBy)بواسطة {{ $liveStream->confirmedBy->name }}
@endif