diff --git a/resources/views/layout1/video.blade.php b/resources/views/layout1/video.blade.php index 2e524f9..5c00afc 100644 --- a/resources/views/layout1/video.blade.php +++ b/resources/views/layout1/video.blade.php @@ -114,7 +114,7 @@ title="Information" data-content="@include('popover-content')"> - uploaded by {!! $video->user->displayName() !!} @if(auth()->check() && (auth()->user()->can('edit_video') || auth()->user()->id == $video->user_id)) [edit]@endif @if(auth()->check() && auth()->user()->can('delete_video'))[del]@endif + @if(auth()->check())uploaded by {!! $video->user->displayName() !!}@else @endif @if(auth()->check() && (auth()->user()->can('edit_video') || auth()->user()->id == $video->user_id)) [edit]@endif @if(auth()->check() && auth()->user()->can('delete_video'))[del]@endif