<?php namespace Filament\Support\Enums; enum VerticalAlignment: string { case Start = 'start'; case Center = 'center'; case End = 'end'; }