@extends('layouts.admin') @section('title', 'مدیریت چرخهها') @section('content')
| ID | کاربر | احساس | رفتار | نتیجه | امتیاز هاوکینز | سطح آگاهی | تاریخ ثبت | عملیات |
|---|---|---|---|---|---|---|---|---|
| {{ $cycle->id }} | {{ $cycle->user->full_name ?? $cycle->user->email }} | {{ $cycle->feeling ?? '-' }} | {{ \Illuminate\Support\Str::limit($cycle->q4, 30) ?? '-' }} | {{ \Illuminate\Support\Str::limit($cycle->q5, 30) ?? '-' }} | {{ number_format($cycle->q3_hawkins ?? 0) }} | {{ number_format($cycle->q5_level ?? 0, 2) }}% | {{ $cycle->created_at->format('Y/m/d H:i') }} | |
| هیچ چرخهای یافت نشد | ||||||||