@foreach ($data as $key => $d) @endforeach
# أسم المشترى الأسم النوع التكلفة
{{ $loop->index + 1 }} {{ $d->student->username }} {{ getJoinTitle($d) }} {{ __('messages.' . $d->type) }} {{ getJoinPrice($d) }}