Button
The button blade component provides a styled button by default the button is a submit button a type can be provided.
To change the classes edit the blade component at resources/views/components/button.blade.php
Example:
<x-button>Submit</x-button>
<x-button type="button">Click</x-button>