Laravel_App/resources/views/widgets/action_button_widget.blade.php

14 lines
196 B
PHP

<x-main>
<x-slot:title>
Custom Title
</x-slot>
<a title="{{ $title }}" class='btn btn-{{ $btn_type }}' href='{{ $url }}' style='margin: 3px' >{{ $label }}</a>
</x-main>