@extends('app') @section('content') @if (Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif
المشاركين
{{-- Hidden inputs --}} {{-- Preload images --}}
@if (Auth::user()->can('familyappregisteration-edit')) تنزيل ملف Excel @endif @if (Auth::user()->can('survey-destroy')) حذف @endif
{{-- RIGHT SIDE → Filters --}}
{{-- Female --}}
{{-- Male --}}
@forelse ($responses as $response) @empty @endforelse
هوية شخصية الاسم 1 الاسم 2 الاسم 3 الاسم 4 البلد المدينة تاريخ الإرسال
{{ $response->users->nodeID ?? '' }} {{ $response->users->name ?? '-' }} {{ $response->users->parent->name ?? '-' }} {{ $response->users->parent->parent->name ?? '-' }} {{ $response->users->parent->parent->parent->name ?? '-' }} {{ $response->users->city ?? '-' }} {{ $response->users->country ?? '-' }} {{ $response->created_at->format('d/m/Y H:i') }}
لا يوجد محتوى
@csrf
@csrf
@endsection @include('admin.survey.responseModal') @section('page_script') @endsection