@csrf @foreach (json_decode($gateway->config) as $key => $config) @if ($key == 'type')

{{ $errors->first($key) }}

@else

{{ $errors->first($key) }}

@endif @endforeach {{--
--}} @include('layouts.loading_button', ['class' => 'btn sg-btn-primary'])