@extends('layouts.app') @section('content')
{{-- Back Button --}} {{-- Page Title --}}

📖 {{ app()->getLocale() == 'fa' ? 'راهنمای استفاده از سیستم' : 'User Guide' }}

@if(app()->getLocale() == 'fa')

❓ چطور از خدمات ربات و پنل استفاده کنیم؟

سیستم یکپارچه ما به شما امکان دسترسی به فایل‌های آموزشی، ویدیوهای تخصصی، مدیریت کیف پول و ثبت سفارش مشاوره یا کلاس‌ها را می‌دهد.

🔑 راهنمای بخش‌ها:

ورود به ربات پشتیبانی تلگرام
@else

❓ How to use the system?

Our integrated system allows you to access educational files, specialized videos, manage your wallet, and register consultation or class requests.

🔑 Sections Guide:

Open Telegram Bot Support
@endif
@endsection