@extends('layouts.legacy') @section('content')
List of uploaded Artworks which were added to user's favourites list
| Thumb | Name | Author | Date | Dls | Views | Zoom | Rating |
|---|---|---|---|---|---|---|---|
|
|
@if(auth()->check() && auth()->id() == ($ar->user_id ?? null)) @endif {{ $ar->name }} | {{ $ar->uname ?? '' }} | {{ is_string($ar->datum) ? date('d.m.Y', strtotime($ar->datum)) : '' }} | {{ (int)($ar->dls ?? 0) }} | {{ (int)($ar->views ?? 0) }} | {{ e($ar->zoom ?? '') }} | {{ e($ar->rating ?? '') }} |