@extends('layouts.legacy') @section('content')
@forelse($artworks as $art) @empty @endforelse
Thumbnail Name Downloads Reviews Section Date
thumb_srcset)) srcset="{{ $art->thumb_srcset }}" @endif alt="{{ $art->name ?? '' }}" class="img-thumbnail" style="width:70px;height:70px;object-fit:cover" > {{ $art->name ?? '' }}
#{{ (int) $art->id }}
{{ (int) ($art->dls ?? 0) }} {{ (int) ($art->num_comments ?? 0) }} {{ $art->category_name ?? '' }} @if(!empty($art->datum)) {{ is_string($art->datum) ? date('d.m.Y', strtotime($art->datum)) : '' }} @endif
No artworks found.
{{ $artworks->links('pagination::bootstrap-3') }}
@endsection