@extends('layouts.app') @section('title', 'Contact Settings') @section('content') @if(session('success')) @endif @if(session('error')) @endif
Contact Information
@csrf
Enter username without the @ symbol
Primary email for user support inquiries

Help
Telegram

Add your Telegram username so users can contact you directly. Make sure your Telegram account is set to allow messages from non-contacts.


Email

Enter a support email address where users can reach you for billing, technical issues, or general inquiries.

Preview
Telegram {{ ($settings['telegram_username'] ?? null) ? '@' . $settings['telegram_username'] : 'Not set' }}
Email {{ $settings['contact_email'] ?? 'Not set' }}
@endsection @push('style') @endpush @push('script') @endpush