artists works!

@if (artist()) {

{{ artist().name }}

{{ artist().name }} @for (work of artist().works; track work.worktype.id) {
@for (comic of work.comics; track comic.id) {
}
} } @else {

Artist Details

}