@php
$user_avatar = Auth::user()->avatar;
if (!Auth::user()->github_token && !Auth::user()->google_token && !Auth::user()->facebook_token) {
$user_avatar = '/' . $user_avatar;
}
@endphp
@extends('panel.layout.app', ['disable_tblr' => true])
@section('title', __('Voice Chatbots'))
@section('titlebar_subtitle')
{{ __('Build AI voice chatbots that speak and respond naturally—just like a real person.') }}
@endsection
@section('titlebar_actions')