@extends('layouts.nova') @section('content')
| Preview | Title | Created | Public | Approved | Actions |
|---|---|---|---|---|---|
|
|
#{{ $artwork->id }}
@if(!empty($artwork->description))
{{ str($artwork->description)->stripTags()->limit(120) }}
@endif
|
{{ optional($artwork->created_at)->format('d.m.Y') }} | @if($artwork->is_public) Yes @else No @endif | @if($artwork->is_approved) Yes @else No @endif | |
| No artworks found. | |||||