@if ($volunteers)
@foreach ($volunteers as $volunteer)
{{ $volunteer->name }} ( {{ $volunteer->phone }} )

({{ $volunteer->type ?? 'غير معرف' }})

@endforeach
@endif
@if ($selectedVolunteers)

العدد : {{ count($selectedVolunteers) }}

@foreach ($selectedVolunteers as $id => $volunteer) @endforeach
# الاسم تيشرت إجراء
{{ $loop->iteration }} {{ $volunteer['name'] }}
@endif
@section('script') @endsection