Add display articles by rows, and display article in full mode
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<button type="{{ $type ?? 'button' }}" class="btn {{ $class ?? ''}}" @if (isset($id)) id="{{ $id }}"@endif>
|
||||
<i class="fa fa-fw {{ $icon ?? '' }}"></i>
|
||||
@if ($icon ?? false)
|
||||
<i class="fa fa-fw {{ $icon ?? '' }}"></i>
|
||||
@endif
|
||||
{{ $txt ?? '' }}
|
||||
</button>
|
||||
Reference in New Issue
Block a user