@extends('layouts.app') @section('title', 'التعليقات') @section('content')
# @include('partials.sort-icon', [ 'col' => 'id', 'sort' => $sort, 'direction' => $direction, ]) | المستخدم | الفيديو | التعليق | تاريخ الإنشاء @include('partials.sort-icon', [ 'col' => 'created_at', 'sort' => $sort, 'direction' => $direction, ]) | إجراءات |
---|---|---|---|---|---|
{{ $c->id }} | {{ optional($c->user)->name ?? '—' }} | {{ optional($c->video)->title ?? '#' . $c->video_id }} |
{{ $c->comment ?: '—' }}
|
{{ $c->created_at?->format('Y-m-d H:i') }} |
@can('update', $c)
@endcan
@can('delete', $c)
@endcan
|
لا توجد بيانات لعرضها
|