14 lines
196 B
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>
|