@extends('layouts.admin') @section('title', 'مدیریت چرخه‌ها') @section('content')

مدیریت چرخه‌ها {{ number_format($cycles->total()) }} چرخه

refresh بازنشانی
@foreach ($cycles as $cycle) @endforeach @if ($cycles->isEmpty()) @endif
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') }}
@csrf @method('DELETE')
هیچ چرخه‌ای یافت نشد
{{ $cycles->links() }}
@endsection