@extends('layouts.app') @section('content')
{{ __('user.name') }}{{ $user->name }}
{{ __('user.email') }}{{ $user->email }}
{{ __('user.telegram_chat_id') }} {{ $user->telegram_chat_id }} @if (config('services.telegram_notifier.token') && $user->telegram_chat_id) @livewire('telegram-test-button') @endif
@endsection