© 2026 Hedgehog Software, LLC
<div class="col-md-6"> <p>Get started</p> <x-filament::button icon="heroicon-m-arrow-right" icon-position="after" href="{{ url(route(...)) }}" tag="a" > Add to database. </x-filament::button> </div>
public static function form(Form $form): Form { return $form ->columns(1) ->schema([...])