Blame view

modules/OfflinePayment/Resources/views/confirm.blade.php 137 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
  <h2>{{ $gateway['name'] }}</h2>
  
  @if ($gateway['description'])
  <div class="well well-sm">
      {{ $gateway['description'] }}
  </div>
  @endif