Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First add the component for the button link. $ sail artisan make:component --view -- button-link INFO View [resources/views/components/button-link.blade.php] created successfully. Build the component with attributes. $attributes->merge() allows merging custom attributes with the default Tailwind classes. Insert <x-button-link> into <x-app-layout> for Create Job button link. Use flex to move button link to the right of existing tag.
- Loading branch information