@extends('admin.layout') @section('title', 'Artwork Types') @section('content')
| # | Image | Name | Status | Action |
|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($artwork->image)
|
{{ $artwork->name }}
{{ $artwork->slug }} |
@if($artwork->status) Active @else Inactive @endif |
|