| # | Kullanici | Durum | Odeme | Tarih | Islem |
|---|---|---|---|---|---|
| {{ $session->id }} |
{{ $session->user->name ?? 'Bilinmiyor' }}
{{ $session->user->email ?? '' }} |
{{ $this->getStatusLabel($session->status) }}
@if($session->revision_used)
Revizyon yapildi @endif |
@if($session->payment) {{ number_format($session->payment->amount, 2) }} TL @else - @endif |
{{ $session->created_at->format('d.m.Y') }}
{{ $session->created_at->format('H:i') }} |
Bu filtreyle eslesen oturum bulunamadi.
Olusturulma: {{ $selected_session['created_at'] }}
| Egzersiz ID | Gunler | Set | Tekrar | Sira | Not |
|---|---|---|---|---|---|
| #{{ $workout['workoutId'] ?? '-' }} | @if(isset($workout['days'])) @foreach($workout['days'] as $day) {{ $this->getDayName($day) }} @endforeach @endif | {{ $workout['sets'] ?? '-' }} | {{ $workout['reps'] ?? '-' }} | {{ $workout['order'] ?? '-' }} | {{ $workout['notes'] ?? '-' }} |
Yukleniyor...