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

14 lines
196 B
PHP
Raw Normal View History

2025-01-20 16:57:48 +03:00
<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>