@extends('layouts.member') @section('title', 'جلسات الضيوف') @section('content')
إدارة جلسات الضيوف الخاصة بك
| العنوان والضيف | نوع الطلب | التاريخ والوقت | الساعات/النقاط | الحالة | الإجراءات |
|---|---|---|---|---|---|
|
{{ Str::limit($guest->title, 30) }}
{{ $guest->guest_name }}
@if($guest->guest_contact)
{{ $guest->guest_contact }}
@endif
|
{{ $guest->request_type_text }} |
{{ $guest->scheduled_date->format('Y/m/d') }}
{{ Carbon\Carbon::parse($guest->scheduled_time)->format('H:i') }}
|
@if($guest->actual_hours)
{{ number_format($guest->actual_hours, 1) }} ساعة
{{ $guest->earned_points }} نقطة
@else
{{ $guest->duration_minutes }} دقيقة
مجدولة
@endif
|
{{ $guest->status_text }} | |
|
لا توجد جلسات تطابق معايير البحث
|
|||||