@extends('layouts.admin') @section('title', 'مدیریت رزرو کلاسها') @section('content')
| شناسه | کاربر | کلاس | تعداد جلسات | هزینه پرداختی | وضعیت پرداخت | تاریخ رزرو | عملیات |
|---|---|---|---|---|---|---|---|
| #{{ $b->id }} |
{{ $b->first_name }} {{ $b->last_name }}
@if($b->username) {{ '@'.$b->username }} @else Chat ID: {{ $b->chat_id }} @endif
|
{{ $b->class_name }} | {{ $b->session_count }} جلسه |
{{ number_format($b->toman) }} تومان
{{ $b->stars }} استار
|
{{ $b->created_at }} | ||
| هیچ رزروی یافت نشد. | |||||||
{{ $class->description ?? 'بدون توضیحات' }}