2018-12-18 12:55:19 +03:00

8 lines
138 B
PHP

<h2>{{ $gateway['name'] }}</h2>
@if ($gateway['description'])
<div class="well well-sm">
{{ $gateway['description'] }}
</div>
@endif