@extends('layouts.admin') @section('title', 'طلبات AI') @section('heading', 'طلبات الذكاء الاصطناعي') @section('subheading', 'سجل الطلبات والردود') @section('content')
| # | المستخدم | الحالة | الرموز | المطالبة | الرد | التاريخ | |
|---|---|---|---|---|---|---|---|
| {{ $req->id }} | @if ($req->user) {{ $req->user->username }} @else — @endif | {{ $req->status }} | {{ $req->tokens_used }} | {{ $req->prompt }} | {{ $req->response ?? '—' }} | {{ $req->created_at?->format('Y-m-d H:i') }} | تفاصيل |
| لا توجد طلبات. | |||||||