@extends('admin.layout') @section('content') {{-- Categories module UI: Forms tab is the default landing view. --}}
Manage Forms and Mediums used across artworks.
| Form | Total Artworks | Mediums | Updated By | Actions |
|---|---|---|---|---|
| {{ $form->name }} | {{ (int) $form->paintings_count }} | {{ (int) $form->mediums_count }} | {{ $form->updated_by ?: '-' }} | |
| No forms found. Click Add New Form to create your first form. | ||||