@extends('clay.layouts.master') @section('title', 'Chat Ayarları') @section('content') @if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif
Chat Ayarları
{{-- Default label--}}
@csrf
Telegram Bot Bilgileri
{{ print_r($botInformation['result']) }}
Telegram WebHook
Otomatik ödeme onayı için tüm webhook kayıtlarının aynı olması gerekmektedir. Değil ise güncelle butonuna basınız.
chat_webhook }}">
@endsection