view publishable/resources/views/components/primary-button.blade.php @ 6:6ded573b0a61

updating the server tables to show blank on null by default
author luka
date Tue, 09 Sep 2025 15:49:54 -0400
parents 84c75d9d90be
children
line wrap: on
line source

<a
{{ $attributes->merge(['type' => 'submit', 'class' => 'btn btn-primary', 'href' => '#' ]) }}>
    {{ $slot }}
</a>