@isset($gateway)

{{ $gateway->title }}

{{ __("Global Setting for") }} {{ $gateway->alias }} {{ __("in bellow") }}

@php $webhook = url('/').'/flutterwave/withdraw_webhooks'; @endphp @foreach ($gateway->credentials as $item) @if($gateway->name == "Flutterwave") @php if ($item->name === "callback-url") { // Update the value $item->value = $webhook; } @endphp @endif
name === "callback-url" ? "readonly":'' }} > @if($item->name === "callback-url") @endif
@endforeach @endisset @push('script') @endpush