@extends('layouts.app') @section('content')

سجل حضور المتطوعين

تسجيل ساعات
@forelse($hours as $h) @empty @endforelse
المتطوع التاريخ عدد الساعات المهمة / النشاط إجراءات
{{ strtoupper(substr($h->user?->name ?? 'V', 0, 1)) }}
{{ $h->user?->name }}
{{ $h->date->format('Y-m-d') }} {{ $h->hours }} {{ $h->task ?? '—' }}
@csrf @method('DELETE')
لا توجد سجلات ساعات تطوع حالياً
@if($hours->hasPages()) @endif
@endsection