@if (count($onlineGateways) > 0)
@foreach ($onlineGateways as $onlineGateway)
keyword ? 'checked' : '' }} >
@if ($onlineGateway->keyword == 'iyzico')
@error('identity_number')
{{ $message }}
@enderror
@error('zipcode')
{{ $message }}
@enderror
@endif
@if ($onlineGateway->keyword == 'stripe')
@endif
@endforeach
@endif
@if (count($offlineGateways) > 0)
@foreach ($offlineGateways as $offlineGateway)
@if ($offlineGateway->has_attachment == 1)
@endif
@if (!is_null($offlineGateway->short_description))
@endif
@if (!is_null($offlineGateway->instructions))
@endif
@endforeach
@endif