@extends('admin.layout') @section('title', 'Bakiye Talepleri') @section('content') @php $member = $overview['member'] ?? []; $staff = $overview['staff'] ?? []; @endphp
Bekleyen talepler: {{ (int)($overview['pending_requests'] ?? 0) }} · Toplam bekleyen tutar: {{ number_format((float)($overview['pending_amount'] ?? 0), 2, ',', '.') }} ₺ · Yönetici/moderatöre de bakiye ekleyebilirsiniz (Kullanıcılar → Bakiye).
| Kullanıcı | Rol | Tutar | Durum | Not | Ödeme bildirimi | İşlem |
|---|---|---|---|---|---|---|
| {{ $item->user?->name }} {{ $item->user?->email }} |
@if($isStaff) Yönetici tutarı @else Üye @endif | {{ number_format((float)$item->amount, 2, ',', '.') }} ₺ | {{ $item->status }} | {{ $item->note }} |
@if($item->payment_paid_at)
Ödeme bildirildi
{{ $item->payment_paid_at->timezone(config('app.timezone'))->format('d.m.Y H:i') }}
@if($item->payment_receipt_path)
Dekontu gör
@endif
@else
Henüz yok
@endif
|
@if($item->status === 'pending') @endif |