@foreach(unserialize($d->video_image) as $i)
@endforeach
- {{$date}}
- by: {{$role}}
- {{$d->title}}
{{$d->description}}
{{$d->description}}
@php
$comment = $d->getComments()->latest()->first();
$comment_user = \App\Models\User::find(isset($comment->comment_by)? $comment->comment_by : "");
$comment_role = isset($comment_user) ? $comment_user->getRoleNames()[0] : "";
@endphp
@if(isset($comment_user))
COMMENTS
@endif
@can("add news comments")
@endcan