@extends('admin.layout') @section('content') {{-- Categories module UI: Mediums tab requires form selection first. --}}
Manage Mediums under each Form.
Please choose a form from Select Form and click Go to view mediums.
No mediums available for {{ $selectedForm?->name ?? 'the selected form' }}. Click Add New Medium to create one.
| Medium | Total Artworks | Updated By | Actions |
|---|---|---|---|
| {{ $medium->name }} | {{ (int) $medium->paintings_count }} | {{ $medium->updated_by ?: '-' }} |