{{ __("Add new Channel") }} @php $oldProvider = old("provider", request()->input("provider") ?? ""); @endphp
@csrf

{{ __("Add new Channel") }}

@foreach (config("core.notification_channels_providers") as $p) @if ($p !== "custom") @endif @endforeach @error("provider") @enderror
@error("label") @enderror
@error("email") @enderror
@error("webhook_url") @enderror
@error("bot_token") @enderror
@error("chat_id") @enderror
Is Global (Accessible in all projects) @error("global") @enderror
{{ __("Cancel") }} {{ __("Add") }}