@extends('artist.layouts.app') @section('title','My Artworks') @section('content')
| Code | Image | Title | Form | Price | Updated By | Actions |
|---|---|---|---|---|---|---|
| {{ $painting->painting_code ?? '—' }} |
@if($painting->image)
|
{{ $painting->title }} | {{ $painting->form->name ?? '—' }} | ₹ {{ number_format($painting->price,2) }} | {{ $painting->updated_by ?? '—' }} | |
| No artworks found | ||||||